]> 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 a8b5b5c2bda30892bef967009a13bb3cb5052135..dbff57bb44181bd87882e55182c041f1d6c2411e 100644 (file)
@@ -264,8 +264,7 @@ and off individually.  They are described here in more detail.
 
 .. 2to3fixer:: long
 
-   Strips the ``L`` suffix on long literals and renames :class:`long` to
-   :class:`int`.
+   Renames :class:`long` to :class:`int`.
 
 .. 2to3fixer:: map