[Python-checkins] cpython (3.3): fix long fixer docs (#4590)

benjamin.peterson python-checkins at python.org
Tue Jan 29 00:30:10 CET 2013


http://hg.python.org/cpython/rev/d5ee6d13af18
changeset:   81796:d5ee6d13af18
branch:      3.3
parent:      81792:1a6cb184e939
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Jan 28 18:28:38 2013 -0500
summary:
  fix long fixer docs (#4590)

files:
  Doc/library/2to3.rst |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst
--- a/Doc/library/2to3.rst
+++ b/Doc/library/2to3.rst
@@ -264,8 +264,7 @@
 
 .. 2to3fixer:: long
 
-   Strips the ``L`` prefix on long literals and renames :class:`long` to
-   :class:`int`.
+   Renames :class:`long` to :class:`int`.
 
 .. 2to3fixer:: map
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list