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

gpshead webhook-mailer at python.org
Sun Sep 4 02:23:41 EDT 2022


https://github.com/python/cpython/commit/af6359dd5c5e20adec12501aaa6074716c316e41
commit: af6359dd5c5e20adec12501aaa6074716c316e41
branch: main
author: Mehrdad Moradizadeh <mhrddmoradii at gmail.com>
committer: gpshead <greg at krypto.org>
date: 2022-09-03T23:23:32-07:00
summary:

doc typo: spell limitation (#96542)

files:
M Doc/library/stdtypes.rst

diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 163ac704138..db4ffb188fc 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -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.



More information about the Python-checkins mailing list