From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 4 Sep 2022 06:30:11 +0000 (-0700) Subject: doc typo: spell limitation (GH-96542) X-Git-Tag: v3.10.7~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76d710512479a15966d00f70f722270ab884f44f;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 f6bd273b6acd..bc365bbf5916 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -5482,7 +5482,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.