From: Mehrdad Moradizadeh Date: Sun, 4 Sep 2022 06:23:32 +0000 (-0400) Subject: doc typo: spell limitation (#96542) X-Git-Tag: v3.12.0a1~489 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af6359dd5c5e20adec12501aaa6074716c316e41;p=thirdparty%2FPython%2Fcpython.git doc typo: spell limitation (#96542) --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 163ac7041389..db4ffb188fca 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.