[Python-checkins] doc typo: spell limitation (GH-96542)

miss-islington webhook-mailer at python.org
Sun Sep 4 02:32:37 EDT 2022


https://github.com/python/cpython/commit/c0af099816c06d329fae8dd4e94549b5b7204e36
commit: c0af099816c06d329fae8dd4e94549b5b7204e36
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-09-03T23:32:32-07:00
summary:

doc typo: spell limitation (GH-96542)

(cherry picked from commit af6359dd5c5e20adec12501aaa6074716c316e41)

Co-authored-by: Mehrdad Moradizadeh <mhrddmoradii at gmail.com>

files:
M Doc/library/stdtypes.rst

diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 1c76e3cfb3f..e7459d7cd21 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.



More information about the Python-checkins mailing list