mirror of
https://github.com/python/cpython.git
synced 2025-11-27 05:44:16 +00:00
fix long fixer docs (#4590)
This commit is contained in:
parent
acf40179c8
commit
8d15ca3cc6
1 changed files with 1 additions and 2 deletions
|
|
@ -264,8 +264,7 @@ and off individually. They are described here in more detail.
|
||||||
|
|
||||||
.. 2to3fixer:: long
|
.. 2to3fixer:: long
|
||||||
|
|
||||||
Strips the ``L`` suffix on long literals and renames :class:`long` to
|
Renames :class:`long` to :class:`int`.
|
||||||
:class:`int`.
|
|
||||||
|
|
||||||
.. 2to3fixer:: map
|
.. 2to3fixer:: map
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue