]> granicus.if.org Git - python/commitdiff
It is really a suffix :-)
authorRaymond Hettinger <python@rcn.com>
Thu, 14 Jul 2011 06:41:43 +0000 (14:41 +0800)
committerRaymond Hettinger <python@rcn.com>
Thu, 14 Jul 2011 06:41:43 +0000 (14:41 +0800)
Doc/library/2to3.rst

index de31251cec7766431a259473dd8f5ee1be4f4387..555675c980ec6b59596a8dfc289665dfa09361be 100644 (file)
@@ -230,7 +230,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
+   Strips the ``L`` suffix on long literals and renames :class:`long` to
    :class:`int`.
 
 .. 2to3fixer:: map