Removed implication that six is part of Python stdlib.

This commit is contained in:
Tim Graham 2013-09-23 18:30:05 -04:00
parent ab643cd634
commit 45969bdeb5
1 changed files with 1 additions and 1 deletions

View File

@ -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