]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
doc typo: spell limitation (#96542)
authorMehrdad Moradizadeh <mhrddmoradii@gmail.com>
Sun, 4 Sep 2022 06:23:32 +0000 (02:23 -0400)
committerGitHub <noreply@github.com>
Sun, 4 Sep 2022 06:23:32 +0000 (23:23 -0700)
Doc/library/stdtypes.rst

index 163ac704138927e3887eacf17ffc67ffda62d11b..db4ffb188fca0f5bced1ba938c925f063c9e4021 100644 (file)
@@ -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.