1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed some ReST errors regarding backticks

This commit is contained in:
Tim Graham
2013-08-15 07:14:10 -04:00
parent 354009d67e
commit 29255fcb4f
12 changed files with 19 additions and 17 deletions

View File

@@ -75,7 +75,7 @@ Minor features
context level.
* The :class:`~django.utils.feedgenerator.Atom1Feed` syndication feed's
``updated`` element now utilizes `updateddate` instead of ``pubdate``,
``updated`` element now utilizes ``updateddate`` instead of ``pubdate``,
allowing the ``published`` element to be included in the feed (which
relies on ``pubdate``).