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

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


https://github.com/python/cpython/commit/76d710512479a15966d00f70f722270ab884f44f
commit: 76d710512479a15966d00f70f722270ab884f44f
branch: 3.10
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:30:11-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 f6bd273b6ac..bc365bbf591 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.



More information about the Python-checkins mailing list