summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2022a46c08..1083d4d515 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.