This commit is contained in:
Michael Scherer 2018-12-14 14:50:36 -05:00 committed by GitHub
parent c6c7165a97
commit 9d6827dedd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -367,7 +367,7 @@ class FeedEntry(object):
return self.__atom_author return self.__atom_author
def content(self, content=None, src=None, type=None): def content(self, content=None, src=None, type=None):
'''Get or set the cntent of the entry which contains or links to the '''Get or set the content of the entry which contains or links to the
complete content of the entry. Content must be provided for ATOM complete content of the entry. Content must be provided for ATOM
entries if there is no alternate link, and should be provided if there entries if there is no alternate link, and should be provided if there
is no summary. If the content is set (not linked) it will also set is no summary. If the content is set (not linked) it will also set