Fixed documentation

Signed-off-by: Lars Kiesow <lkiesow@uos.de>
This commit is contained in:
Lars Kiesow 2016-08-29 01:07:42 +02:00
parent 44cd92837d
commit df164b37db
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73

View file

@ -538,6 +538,7 @@ class FeedGenerator(object):
rel, type, hreflang, title, and length. Href is mandatory for ATOM.
This method can be called with:
- the fields of a link as keyword arguments
- the fields of a link as a dictionary
- a list of dictionaries containing the link fields
@ -567,7 +568,8 @@ class FeedGenerator(object):
RSS only supports one link with URL only.
:param link: Dict or list of dicts with data.
:param replace: Add or replace old data.
:param replace: If old links are to be replaced (default: False)
:returns: Current set of link data
Example::