Missing “set”

Thanks for taking time to make good documentation.
This commit is contained in:
NoSuck 2018-06-03 02:46:37 -04:00 committed by GitHub
parent 15dfb77870
commit e3a3d053d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -709,9 +709,9 @@ class FeedGenerator(object):
return self.__atom_contributor return self.__atom_contributor
def generator(self, generator=None, version=None, uri=None): def generator(self, generator=None, version=None, uri=None):
'''Get or the generator of the feed which identifies the software used '''Get or set the generator of the feed which identifies the software
to generate the feed, for debugging and other purposes. Both the uri used to generate the feed, for debugging and other purposes. Both the
and version attributes are optional and only available in the ATOM uri and version attributes are optional and only available in the ATOM
feed. feed.
:param generator: Software used to create the feed. :param generator: Software used to create the feed.