commit | f88f739012fe5e4cb4f6736790d34d94d23e7cde | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Wed Jun 18 09:20:17 2008 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Wed Jun 18 09:20:17 2008 +0000 |
tree | 090b65058ddb8238c7b7df374670b2eb400af25f | |
parent | 2281da42b0e8ddb8f833307311f2782eeb56b775 [diff] [blame] |
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)