diff options
author | Mehrdad Moradizadeh <mhrddmoradii@gmail.com> | 2022-09-04 06:23:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-04 06:23:32 (GMT) |
commit | af6359dd5c5e20adec12501aaa6074716c316e41 (patch) | |
tree | 830e8104f2b0601051e9ab05301f76e52c0e7d74 /Doc/library | |
parent | ac4ddab405a36bd0e2b86bcd147b3a647b734492 (diff) | |
download | cpython-af6359dd5c5e20adec12501aaa6074716c316e41.zip cpython-af6359dd5c5e20adec12501aaa6074716c316e41.tar.gz cpython-af6359dd5c5e20adec12501aaa6074716c316e41.tar.bz2 |
doc typo: spell limitation (#96542)
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/stdtypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 163ac70..db4ffb1 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -5535,7 +5535,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. |