Skip to content

Commit e9857ed

Browse files
author
Gabriel Hurley
committed
[1.2.X] Fixed django#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
1 parent 2bb360c commit e9857ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/contrib/syndication.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Note:
9393

9494
* The Feed class subclasses :class:`django.contrib.syndication.views.Feed`.
9595

96-
* ``title``, ``link`` and ``description` correspond to the
96+
* ``title``, ``link`` and ``description`` correspond to the
9797
standard RSS ``<title>``, ``<link>`` and ``<description>`` elements,
9898
respectively.
9999

0 commit comments

Comments
 (0)