Merge Pull Request #82: Fix typo
This commit is contained in:
commit
38285a178e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue