doc typo: spell limitation (#96542)

This commit is contained in:
Mehrdad Moradizadeh 2022-09-04 02:23:32 -04:00 committed by GitHub
parent ac4ddab405
commit af6359dd5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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