diff --git a/Doc/library/math.rst b/Doc/library/math.rst index d6e0205398a..1ae5bdcc2e4 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst @@ -44,7 +44,7 @@ Number-theoretic and representation functions: .. 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)