From: Raymond Hettinger Date: Thu, 14 Jul 2011 06:41:43 +0000 (+0800) Subject: It is really a suffix :-) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cec795d63905fc1ca64430234bc61ddf0c981f5a;p=python It is really a suffix :-) --- 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