From bdd309fc2bd4b61111c6eae6c926e60f46ecf50f Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Mon, 13 May 2013 15:48:20 +0200 Subject: [PATCH] fixed docstring for sphinx --- feedgen/feed.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/feedgen/feed.py b/feedgen/feed.py index 5d751ba..a20979d 100644 --- a/feedgen/feed.py +++ b/feedgen/feed.py @@ -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