瀏覽代碼

Removed implication that six is part of Python stdlib.

Tim Graham 11 年之前
父節點
當前提交
45969bdeb5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/python3.txt

+ 1 - 1
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