]> 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:30:11 +0000 (23:30 -0700)
committerGitHub <noreply@github.com>
Sun, 4 Sep 2022 06:30:11 +0000 (23:30 -0700)
(cherry picked from commit af6359dd5c5e20adec12501aaa6074716c316e41)

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

index f6bd273b6acd718457d77e0284b388c39d2f04bc..bc365bbf591609e77dd2d585f0e203a9e98d5cea 100644 (file)
@@ -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.