summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 32c0984998..52d9aed253 100644
--- a/docs/topics/python3.txt
+++ b/docs/topics/python3.txt
@@ -362,7 +362,7 @@ Moved modules
~~~~~~~~~~~~~
Some modules were renamed in Python 3. The ``django.utils.six.moves``
-module (based on the :mod:`Python six.moves module <six.moves>`) provides a
+module (based on the :mod:`six.moves module <six.moves>`) provides a
compatible location to import them.
The ``urllib``, ``urllib2`` and ``urlparse`` modules were reworked in depth