[Python-checkins] cpython (2.7): It is really a suffix :-)

raymond.hettinger python-checkins at python.org
Thu Jul 14 08:41:54 CEST 2011


http://hg.python.org/cpython/rev/84379c94a525
changeset:   71323:84379c94a525
branch:      2.7
user:        Raymond Hettinger <python at rcn.com>
date:        Thu Jul 14 14:41:43 2011 +0800
summary:
  It is really a suffix :-)

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


diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst
--- a/Doc/library/2to3.rst
+++ b/Doc/library/2to3.rst
@@ -230,7 +230,7 @@
 
 .. 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

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


More information about the Python-checkins mailing list