From 3349b95db67440cd2bcd199578232e93d0e1b88c Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Thu, 10 Mar 2011 17:21:16 +0000 Subject: [PATCH] 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 --- 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.