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:18 -0400
commit34f4053409da0338b4592d376e026b8ab1016c6b (patch)
tree5d0631e0ff4b3270ad02fe01c29cd67a25af5719 /docs/topics/python3.txt
parenta6a5c8b06df9334e546795b96566d25c6396209a (diff)
[1.6.x] Removed implication that six is part of Python stdlib.
Backport of 45969bdeb5 from master
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