diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index f6bd273b6acd718457d77e0284b388c39d2f04bc..bc365bbf591609e77dd2d585f0e203a9e98d5cea 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.