mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
doc typo: spell limitation (GH-96542)
(cherry picked from commit af6359dd5c
)
Co-authored-by: Mehrdad Moradizadeh <mhrddmoradii@gmail.com>
This commit is contained in:
parent
f255820626
commit
c0af099816
1 changed files with 1 additions and 1 deletions
|
@ -5531,7 +5531,7 @@ Verification:
|
|||
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`:
|
||||
|
||||
* ``int(string)`` with default base 10.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue