diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 163ac704138927e3887eacf17ffc67ffda62d11b..db4ffb188fca0f5bced1ba938c925f063c9e4021 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.