summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/utils.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index 979c1867d1..6296c09d0f 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -98,11 +98,11 @@ to distinguish caches by the ``Accept-language`` header.
cache, this just means that we have to build the response once to get at
the Vary header and so at the list of headers to use for the cache key.
-SortedDict
-==========
+``django.utils.datastructures``
+===============================
.. module:: django.utils.datastructures
- :synopsis: A dictionary that keeps its keys in the order in which they're inserted.
+ :synopsis: Data structures that aren't in Python's standard library.
.. class:: SortedDict