Commit 45969bde authored by Tim Graham's avatar Tim Graham
Browse files

Removed implication that six is part of Python stdlib.

parent ab643cd6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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