diff options
| author | Tim Graham <timograham@gmail.com> | 2013-09-23 18:30:05 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-23 18:30:18 -0400 |
| commit | 34f4053409da0338b4592d376e026b8ab1016c6b (patch) | |
| tree | 5d0631e0ff4b3270ad02fe01c29cd67a25af5719 | |
| parent | a6a5c8b06df9334e546795b96566d25c6396209a (diff) | |
[1.6.x] Removed implication that six is part of Python stdlib.
Backport of 45969bdeb5 from master
| -rw-r--r-- | docs/topics/python3.txt | 2 |
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 |
