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