Fix typo in docstring

This commit is contained in:
Lars Kiesow 2018-08-12 21:07:15 +02:00
parent 224e2a1959
commit 1b301f67ad
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73

View file

@ -604,8 +604,8 @@ class FeedEntry(object):
return self.__atom_rights return self.__atom_rights
def comments(self, comments=None): def comments(self, comments=None):
'''Get or set the the value of comments which is the url of the '''Get or set the value of comments which is the URL of the comments
comments page for the item. This is a RSS only value. page for the item. This is a RSS only value.
:param comments: URL to the comments page. :param comments: URL to the comments page.
:returns: URL to the comments page. :returns: URL to the comments page.