mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
doc typo: spell limitation (#96542)
This commit is contained in:
parent
ac4ddab405
commit
af6359dd5c
1 changed files with 1 additions and 1 deletions
|
@ -5535,7 +5535,7 @@ Verification:
|
||||||
Affected APIs
|
Affected APIs
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
The limition only applies to potentially slow conversions between :class:`int`
|
The limitation only applies to potentially slow conversions between :class:`int`
|
||||||
and :class:`str` or :class:`bytes`:
|
and :class:`str` or :class:`bytes`:
|
||||||
|
|
||||||
* ``int(string)`` with default base 10.
|
* ``int(string)`` with default base 10.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue