diff options
| -rw-r--r-- | docs/ref/contrib/syndication.txt | 2 |
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. |
