mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Fix typo.
This commit is contained in:
parent
969fe57baa
commit
32f523ee94
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ language and built-in functions.
|
||||||
built-in integral type, named ``int``; but it behaves like the old
|
built-in integral type, named ``int``; but it behaves like the old
|
||||||
``long`` type, with the exception that the literal suffix ``L`` is
|
``long`` type, with the exception that the literal suffix ``L`` is
|
||||||
neither supported by the parser nor produced by ``repr()`` anymore.
|
neither supported by the parser nor produced by ``repr()`` anymore.
|
||||||
``sys.maxint`` was also removed since the int type has maximum
|
``sys.maxint`` was also removed since the int type has no maximum
|
||||||
value anymore.
|
value anymore.
|
||||||
|
|
||||||
* PEP 238: int division returns a float.
|
* PEP 238: int division returns a float.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue