diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-11-12 03:48:53 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-11-12 03:48:53 +0000 |
| commit | 782edb393bc75c7d9947e76160137fffb151897d (patch) | |
| tree | 8a4eece94c6ad7ef6df48cab92e08305baf8fa4d /docs | |
| parent | 10214bdac008b15b6c46836281ee28d3ec6ae075 (diff) | |
Fixed ReST bug in docs/syndication_feeds.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1196 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/syndication_feeds.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/syndication_feeds.txt b/docs/syndication_feeds.txt index 20e7e02b46..f518554b60 100644 --- a/docs/syndication_feeds.txt +++ b/docs/syndication_feeds.txt @@ -497,7 +497,7 @@ several subclasses: * ``Atom1Feed`` Each of these three classes knows how to render a certain type of feed as XML. -They share this interface:: +They share this interface: ``__init__(title, link, description, language=None, author_email=None, author_name=None, author_link=None, subtitle=None, categories=None)`` |
