From 1b301f67adf4e2f0367579a6c41f72ee524b9380 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sun, 12 Aug 2018 21:07:15 +0200 Subject: [PATCH] Fix typo in docstring --- feedgen/entry.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feedgen/entry.py b/feedgen/entry.py index c6080cd..d7827c8 100644 --- a/feedgen/entry.py +++ b/feedgen/entry.py @@ -604,8 +604,8 @@ class FeedEntry(object): return self.__atom_rights def comments(self, comments=None): - '''Get or set the the value of comments which is the url of the - comments page for the item. This is a RSS only value. + '''Get or set the value of comments which is the URL of the comments + page for the item. This is a RSS only value. :param comments: URL to the comments page. :returns: URL to the comments page.