Fixed ReST bug in docs/syndication_feeds.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1196 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-11-12 03:48:53 +00:00
parent 10214bdac0
commit 782edb393b
1 changed files with 1 additions and 1 deletions

View File

@ -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)``