diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-01-28 23:28:38 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-01-28 23:28:38 (GMT) |
commit | 4dafd4075c363b2eb850653f3d562dd4afa739a1 (patch) | |
tree | 97526c37bb62d4dd93e0de16c50a22493e6028f3 /Doc/library | |
parent | a4fdd599e25f703259c42c2b74d0a6316875bfcf (diff) | |
download | cpython-4dafd4075c363b2eb850653f3d562dd4afa739a1.zip cpython-4dafd4075c363b2eb850653f3d562dd4afa739a1.tar.gz cpython-4dafd4075c363b2eb850653f3d562dd4afa739a1.tar.bz2 |
fix long fixer docs (#4590)
Diffstat (limited to 'Doc/library')
-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 d07aaa1..97e692f 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`` prefix on long literals and renames :class:`long` to - :class:`int`. + Renames :class:`long` to :class:`int`. .. 2to3fixer:: map |