From: Mark Dickinson Date: Wed, 18 Jun 2008 09:20:17 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.6b1~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f88f739012fe5e4cb4f6736790d34d94d23e7cde;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Doc/library/math.rst b/Doc/library/math.rst index d6e0205398a9..1ae5bdcc2e45 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)