summaryrefslogtreecommitdiff
path: root/docs/topics/python3.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-09-23 18:30:05 -0400
committerTim Graham <timograham@gmail.com>2013-09-23 18:30:05 -0400
commit45969bdeb56dcd1c1670860b37f96c62f977d9fd (patch)
tree731e2aeb5eac4fa338bffc55baa4a3b72ca22171 /docs/topics/python3.txt
parentab643cd63402ef8ed4776faebc0ed4f00b933e1d (diff)
Removed implication that six is part of Python stdlib.
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 0852059ff6..d059bc042d 100644
--- a/docs/topics/python3.txt
+++ b/docs/topics/python3.txt
@@ -365,7 +365,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.
PY2