]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
doc typo: spell limitation (GH-96542)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 4 Sep 2022 06:32:32 +0000 (23:32 -0700)
committerGitHub <noreply@github.com>
Sun, 4 Sep 2022 06:32:32 +0000 (23:32 -0700)
(cherry picked from commit af6359dd5c5e20adec12501aaa6074716c316e41)

Co-authored-by: Mehrdad Moradizadeh <mhrddmoradii@gmail.com>
Doc/library/stdtypes.rst

index 1c76e3cfb3ffe50bd9856c90f95dae5619b2420b..e7459d7cd21441d9d83f85e4f40484670b8ef377 100644 (file)
@@ -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.