From e3a3d053d45900de7bf8b9e9dd3b6d63072c6596 Mon Sep 17 00:00:00 2001 From: NoSuck Date: Sun, 3 Jun 2018 02:46:37 -0400 Subject: [PATCH] =?UTF-8?q?Missing=20=E2=80=9Cset=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks for taking time to make good documentation. --- feedgen/feed.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/feedgen/feed.py b/feedgen/feed.py index 14067b4..8c46c79 100644 --- a/feedgen/feed.py +++ b/feedgen/feed.py @@ -709,9 +709,9 @@ class FeedGenerator(object): return self.__atom_contributor def generator(self, generator=None, version=None, uri=None): - '''Get or the generator of the feed which identifies the software used - to generate the feed, for debugging and other purposes. Both the uri - and version attributes are optional and only available in the ATOM + '''Get or set the generator of the feed which identifies the software + used to generate the feed, for debugging and other purposes. Both the + uri and version attributes are optional and only available in the ATOM feed. :param generator: Software used to create the feed.