summaryrefslogtreecommitdiff
path: root/docs/topics/python3.txt
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-03-17 22:43:49 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-03-17 22:43:49 +0100
commitf3a6d74db9d9dbf7af84a74878256f5531baeb13 (patch)
tree5733b10862cda23307d87ed306d420a0e2fcde17 /docs/topics/python3.txt
parentc94db53eaa9b344f9227fa4dff2b1a5e9c7dce9d (diff)
Minor docs fix for e11ccc76.
Diffstat (limited to 'docs/topics/python3.txt')
-rw-r--r--docs/topics/python3.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/python3.txt b/docs/topics/python3.txt
index ce5a34b2d0..33f5fcd4c0 100644
--- a/docs/topics/python3.txt
+++ b/docs/topics/python3.txt
@@ -187,7 +187,7 @@ behave likewise in Python 3.
six_ provides compatibility functions to work around this change:
:func:`~six.iterkeys`, :func:`~six.iteritems`, and :func:`~six.itervalues`.
-Django's bundled version adds :func:`~django.utils.six.iterlists` for
+It also contains an undocumented ``iterlists`` function that works well for
``django.utils.datastructures.MultiValueDict`` and its subclasses.
:class:`~django.http.HttpRequest` and :class:`~django.http.HttpResponse` objects