Correct spelling mistakes.
This commit is contained in:
parent
c92a340f88
commit
95d6fd3065
3 changed files with 6 additions and 6 deletions
|
@ -301,8 +301,8 @@ class FeedEntry(object):
|
|||
return self.__atom_updated
|
||||
|
||||
def author(self, author=None, replace=False, **kwargs):
|
||||
'''Get or set autor data. An author element is a dict containing a
|
||||
name, an email adress and a uri. Name is mandatory for ATOM, email is
|
||||
'''Get or set author data. An author element is a dict containing a
|
||||
name, an email address and a uri. Name is mandatory for ATOM, email is
|
||||
mandatory for RSS.
|
||||
|
||||
This method can be called with:
|
||||
|
|
|
@ -24,7 +24,7 @@ class TorrentExtension(BaseExtension):
|
|||
|
||||
|
||||
class TorrentEntryExtension(BaseEntryExtension):
|
||||
'''FeedEntry extention for torrent feeds
|
||||
'''FeedEntry extension for torrent feeds
|
||||
'''
|
||||
def __init__(self):
|
||||
self.__torrent_filename = None
|
||||
|
|
|
@ -863,8 +863,8 @@ class FeedGenerator(object):
|
|||
for person responsible for editorial content. This is a RSS only
|
||||
value.
|
||||
|
||||
:param managingEditor: Email adress of the managing editor.
|
||||
:returns: Email adress of the managing editor.
|
||||
:param managingEditor: Email address of the managing editor.
|
||||
:returns: Email address of the managing editor.
|
||||
'''
|
||||
if managingEditor is not None:
|
||||
self.__rss_managingEditor = managingEditor
|
||||
|
@ -998,7 +998,7 @@ class FeedGenerator(object):
|
|||
def add_entry(self, feedEntry=None):
|
||||
'''This method will add a new entry to the feed. If the feedEntry
|
||||
argument is omittet a new Entry object is created automatically. This
|
||||
is the prefered way to add new entries to a feed.
|
||||
is the preferred way to add new entries to a feed.
|
||||
|
||||
:param feedEntry: FeedEntry object to add.
|
||||
:returns: FeedEntry object created or passed to this function.
|
||||
|
|
Loading…
Reference in a new issue