summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-07-14 06:41:43 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-07-14 06:41:43 (GMT)
commitcec795d63905fc1ca64430234bc61ddf0c981f5a (patch)
tree7547b8e6013fc514a6c65538e476ab5e7761a36c
parent2e7ea507d66a888edc163df2e12aff6f5878c4fb (diff)
downloadcpython-cec795d63905fc1ca64430234bc61ddf0c981f5a.zip
cpython-cec795d63905fc1ca64430234bc61ddf0c981f5a.tar.gz
cpython-cec795d63905fc1ca64430234bc61ddf0c981f5a.tar.bz2
It is really a suffix :-)
-rw-r--r--Doc/library/2to3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst
index de31251..555675c 100644
--- a/Doc/library/2to3.rst
+++ b/Doc/library/2to3.rst
@@ -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