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 `) provides a +module (based on the :mod:`six.moves module `) provides a compatible location to import them. PY2