summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-09-21 07:43:58 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-09-21 07:43:58 +0000
commit1b733aa10d5991da224b57250bc57fe5fe505953 (patch)
treeb00c56ec7fbdf648ad5b6df2e876dc4bda98f5f1 /docs/ref
parent936b8ea11b698eee66e9bd54a468721ab3fc81a5 (diff)
Fixed #9149: Fixed reST error in syndication docs
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/syndication.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/syndication.txt b/docs/ref/contrib/syndication.txt
index a2ee621cad..17e0234d07 100644
--- a/docs/ref/contrib/syndication.txt
+++ b/docs/ref/contrib/syndication.txt
@@ -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