summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDiederik van der Boor <vdboor@edoburu.nl>2013-02-24 17:02:10 +0100
committerDiederik van der Boor <vdboor@edoburu.nl>2013-02-24 17:02:10 +0100
commit6d8f59dab9caef8ab5c7d15d7ae848eceb041b9d (patch)
treee235fac01f1194b1e2b4b258d9b0c0141c80a40e /docs
parent8503120c1024ad7ec2151196a743d6daec21334b (diff)
Fix documentation :mod: role in Syndication feed text.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index 4847f6b035..7e31327f79 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -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.