summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 de31251cec..555675c980 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