summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/python3.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/topics/python3.txt b/docs/topics/python3.txt
index 9941597c3a..0bcef8e328 100644
--- a/docs/topics/python3.txt
+++ b/docs/topics/python3.txt
@@ -391,12 +391,7 @@ function.
Customizations of six
---------------------
-The version of six bundled with Django includes one extra function:
-
-.. function:: iterlists(MultiValueDict)
-
- Returns an iterator over the lists of values of a ``MultiValueDict``. This
- replaces ``iterlists()`` on Python 2 and ``lists()`` on Python 3.
+The version of six bundled with Django includes a few extras.
.. function:: assertRaisesRegex(testcase, *args, **kwargs)