From: Benjamin Peterson Date: Mon, 28 Jan 2013 23:28:38 +0000 (-0500) Subject: fix long fixer docs (#4590) X-Git-Tag: v3.3.1rc1~277 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4dafd4075c363b2eb850653f3d562dd4afa739a1;p=python fix long fixer docs (#4590) --- diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index d07aaa11a1..97e692f5b7 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