mirror of https://github.com/django/django.git
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:
parent
10214bdac0
commit
782edb393b
|
@ -497,7 +497,7 @@ several subclasses:
|
||||||
* ``Atom1Feed``
|
* ``Atom1Feed``
|
||||||
|
|
||||||
Each of these three classes knows how to render a certain type of feed as XML.
|
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,
|
``__init__(title, link, description, language=None, author_email=None,
|
||||||
author_name=None, author_link=None, subtitle=None, categories=None)``
|
author_name=None, author_link=None, subtitle=None, categories=None)``
|
||||||
|
|
Loading…
Reference in New Issue