Skip to content

Commit f3a6d74

Browse files
committed
Minor docs fix for e11ccc7.
1 parent c94db53 commit f3a6d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/python3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ behave likewise in Python 3.
187187

188188
six_ provides compatibility functions to work around this change:
189189
:func:`~six.iterkeys`, :func:`~six.iteritems`, and :func:`~six.itervalues`.
190-
Django's bundled version adds :func:`~django.utils.six.iterlists` for
190+
It also contains an undocumented ``iterlists`` function that works well for
191191
``django.utils.datastructures.MultiValueDict`` and its subclasses.
192192

193193
:class:`~django.http.HttpRequest` and :class:`~django.http.HttpResponse` objects

0 commit comments

Comments
 (0)