Fix typo in docstring
This commit is contained in:
parent
224e2a1959
commit
1b301f67ad
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue