From 45969bdeb56dcd1c1670860b37f96c62f977d9fd Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 23 Sep 2013 18:30:05 -0400 Subject: [PATCH] Removed implication that six is part of Python stdlib. --- docs/topics/python3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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