From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 4 Sep 2022 06:32:32 +0000 (-0700) Subject: doc typo: spell limitation (GH-96542) X-Git-Tag: v3.11.0rc2~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0af099816c06d329fae8dd4e94549b5b7204e36;p=thirdparty%2FPython%2Fcpython.git doc typo: spell limitation (GH-96542) (cherry picked from commit af6359dd5c5e20adec12501aaa6074716c316e41) Co-authored-by: Mehrdad Moradizadeh --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 1c76e3cfb3ff..e7459d7cd214 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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.