Commit 4ae9e83f authored by Tim Graham's avatar Tim Graham
Browse files

Merge pull request #835 from vdboor/docfix

Fixed documentation typo (:mod: role in Syndication feed text)
parents 438ce4ec 6d8f59da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ Minor features

* The jQuery library embedded in the admin has been upgraded to version 1.9.1.

* Syndication feeds (:module:`django.contrib.syndication`) can now pass extra
* Syndication feeds (:mod:`django.contrib.syndication`) can now pass extra
  context through to feed templates using a new `Feed.get_context_data()`
  callback.