fixed docstring for sphinx
This commit is contained in:
parent
e65d0d4c6c
commit
bdd309fc2b
1 changed files with 2 additions and 0 deletions
|
@ -535,11 +535,13 @@ class FeedGenerator(object):
|
|||
'''Get or set categories that the feed belongs to.
|
||||
|
||||
This method can be called with:
|
||||
|
||||
- the fields of a category as keyword arguments
|
||||
- the fields of a category as a dictionary
|
||||
- a list of dictionaries containing the category fields
|
||||
|
||||
A categories has the following fields:
|
||||
|
||||
- *term* identifies the category
|
||||
- *scheme* identifies the categorization scheme via a URI.
|
||||
- *label* provides a human-readable label for display
|
||||
|
|
Loading…
Reference in a new issue