Commit 6d8f59da authored by Diederik van der Boor's avatar Diederik van der Boor
Browse files

Fix documentation :mod: role in Syndication feed text.

parent 8503120c
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.