Fixed #9149: Fixed reST error in syndication docs

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2008-09-21 07:43:58 +00:00
parent 936b8ea11b
commit 1b733aa10d
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ into those elements.
* To specify the contents of ``<title>`` and ``<description>``, create
:ref:`Django templates <topics-templates>` called
:file:`feeds/latest_title.html`` and
:file:`feeds/latest_title.html` and
:file:`feeds/latest_description.html`, where :attr:`latest` is the
:attr:`slug` specified in the URLconf for the given feed. Note the
``.html`` extension is required. The RSS system renders that template for