summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-01-28 18:28:53 -0500
committerBenjamin Peterson <benjamin@python.org>2013-01-28 18:28:53 -0500
commit63c52027153ad0b36d7b6fa9ce0c45cfe94c05cb (patch)
treef9ef27dc8be8ec38f395d0b04a19bf4e8d4de389
parent238a617581af985490bd5e4866502dd4c98c27ab (diff)
parent4dafd4075c363b2eb850653f3d562dd4afa739a1 (diff)
downloadcpython-git-63c52027153ad0b36d7b6fa9ce0c45cfe94c05cb.tar.gz
merge 3.3 (#4590)
-rw-r--r--Doc/library/2to3.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst
index b324aa6346..158b3be5bb 100644
--- a/Doc/library/2to3.rst
+++ b/Doc/library/2to3.rst
@@ -264,8 +264,7 @@ and off individually. They are described here in more detail.
.. 2to3fixer:: long
- Strips the ``L`` prefix on long literals and renames :class:`long` to
- :class:`int`.
+ Renames :class:`long` to :class:`int`.
.. 2to3fixer:: map