From a530cdc7f74d8a19dab6c677a3ac25e45fea1e01 Mon Sep 17 00:00:00 2001 From: Mehrdad Moradizadeh Date: Sat, 3 Sep 2022 15:22:35 -0400 Subject: [PATCH] changing limition to limitation --- Doc/library/stdtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 163ac704138927..db4ffb188fca0f 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.