From cec795d63905fc1ca64430234bc61ddf0c981f5a Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 14 Jul 2011 14:41:43 +0800 Subject: [PATCH] It is really a suffix :-) --- Doc/library/2to3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index de31251cec7..555675c980e 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