diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-01-28 18:28:38 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-01-28 18:28:38 -0500 |
commit | 8d15ca3cc67e2f7a57e205cc52c55f816f2207ba (patch) | |
tree | ea59448c2ecda9cf3e548e2cb46ff72c8390426c | |
parent | acf40179c8ec9c5bc7633fb70f19f226a9648310 (diff) | |
download | cpython-git-8d15ca3cc67e2f7a57e205cc52c55f816f2207ba.tar.gz |
fix long fixer docs (#4590)
-rw-r--r-- | Doc/library/2to3.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index a8b5b5c2bd..dbff57bb44 100644 --- a/Doc/library/2to3.rst +++ b/Doc/library/2to3.rst @@ -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 |