summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2011-03-10 17:21:16 +0000
committerGabriel Hurley <gabehr@gmail.com>2011-03-10 17:21:16 +0000
commit3349b95db67440cd2bcd199578232e93d0e1b88c (patch)
tree9a7b38a4bb853420d8ec660adf928a38b2cadd92
parent0a3aae8362568ab470a7288829bd8e9678e67ee2 (diff)
Fixed #15592 -- corrected an missing backtick in the syndication docs. Thanks to bradley.ayers for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15793 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-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 8666023923..467152cc13 100644
--- a/docs/ref/contrib/syndication.txt
+++ b/docs/ref/contrib/syndication.txt
@@ -93,7 +93,7 @@ Note:
* The Feed class subclasses :class:`django.contrib.syndication.views.Feed`.
-* ``title``, ``link`` and ``description` correspond to the
+* ``title``, ``link`` and ``description`` correspond to the
standard RSS ``<title>``, ``<link>`` and ``<description>`` elements,
respectively.