From f88f739012fe5e4cb4f6736790d34d94d23e7cde Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Wed, 18 Jun 2008 09:20:17 +0000 Subject: [PATCH] Typo fix --- Doc/library/math.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)