doc typo: spell limitation (GH-96542)

(cherry picked from commit af6359dd5c)

Co-authored-by: Mehrdad Moradizadeh <mhrddmoradii@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-09-03 23:32:32 -07:00 committed by GitHub
parent f255820626
commit c0af099816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.