]> granicus.if.org Git - python/commitdiff
fix long fixer docs (#4590)
authorBenjamin Peterson <benjamin@python.org>
Mon, 28 Jan 2013 23:28:38 +0000 (18:28 -0500)
committerBenjamin Peterson <benjamin@python.org>
Mon, 28 Jan 2013 23:28:38 +0000 (18:28 -0500)
Doc/library/2to3.rst

index d07aaa11a15e00422d827ef0273da71a5e3b95b4..97e692f5b73e4505b714f7c3babe9c4f0da340ab 100644 (file)
@@ -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