summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-09-02 12:51:57 -0400
committerBenjamin Peterson <benjamin@python.org>2013-09-02 12:51:57 -0400
commite65138b0f359f65e8e46b860141de6d6507a795f (patch)
tree9ea1ce950fad6cb808639a42e0ef1d7caa3f1e07
parent0724b32a72d96063515c4710d8745cb3e37b63b6 (diff)
downloadsix-e65138b0f359f65e8e46b860141de6d6507a795f.tar.gz
urllib paragraph doesn't need to be a note
-rw-r--r--documentation/index.rst13
1 files changed, 5 insertions, 8 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index aa99b5a..303afa6 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -433,14 +433,11 @@ example, ``cPickle`` no longer exists in Python 3; it was merged with
``pickle``. In these cases, fetching the fast version will load the fast one on
Python 2 and the merged module in Python 3.
-
-.. note::
-
- The :mod:`py2:urllib`, :mod:`py2:urllib2`, and :mod:`py2:urlparse` modules
- have been combined in the :mod:`py3:urllib` package in Python 3.
- The :mod:`six.moves.urllib` package is a version-independent location
- for this functionality; its structure mimics the structure of the Python 3
- :mod:`py3:urllib` package.
+The :mod:`py2:urllib`, :mod:`py2:urllib2`, and :mod:`py2:urlparse` modules have
+been combined in the :mod:`py3:urllib` package in Python 3. The
+:mod:`six.moves.urllib` package is a version-independent location for this
+functionality; its structure mimics the structure of the Python 3
+:mod:`py3:urllib` package.
Supported renames: