Typo fix
diff --git a/Doc/library/math.rst b/Doc/library/math.rst
index d6e0205..1ae5bdc 100644
--- a/Doc/library/math.rst
+++ b/Doc/library/math.rst
@@ -44,7 +44,7 @@
 
 .. function:: factorial(x)
 
-   Return *x* factorial.  Raises :exc:`ValueError` if *x* is not intergral or
+   Return *x* factorial.  Raises :exc:`ValueError` if *x* is not integral or
    is negative.
 
 .. function:: floor(x)