Commit 34f40534 authored by Tim Graham's avatar Tim Graham
Browse files

[1.6.x] Removed implication that six is part of Python stdlib.

Backport of 45969bde from master
parent a6a5c8b0
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