From e9857ed5b1967d8849450fe3b5b4143d2f7c354b Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Thu, 10 Mar 2011 17:22:35 +0000 Subject: [PATCH] [1.2.X] Fixed #15592 -- corrected an missing backtick in the syndication docs. Thanks to bradley.ayers for the report and patch. Backport of [15793] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15794 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/syndication.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ````, ``<link>`` and ``<description>`` elements, respectively.