commit | cec795d63905fc1ca64430234bc61ddf0c981f5a | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Jul 14 14:41:43 2011 +0800 |
committer | Raymond Hettinger <python@rcn.com> | Thu Jul 14 14:41:43 2011 +0800 |
tree | 7547b8e6013fc514a6c65538e476ab5e7761a36c | |
parent | 2e7ea507d66a888edc163df2e12aff6f5878c4fb [diff] |
It is really a suffix :-)
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index de31251..555675c 100644 --- a/Doc/library/2to3.rst +++ b/Doc/library/2to3.rst
@@ -230,7 +230,7 @@ .. 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