From: Benjamin Peterson Date: Mon, 28 Jan 2013 23:28:38 +0000 (-0500) Subject: fix long fixer docs (#4590) X-Git-Tag: v2.7.4rc1~192 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d15ca3cc67e2f7a57e205cc52c55f816f2207ba;p=thirdparty%2FPython%2Fcpython.git fix long fixer docs (#4590) --- diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index a8b5b5c2bda3..dbff57bb4418 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