diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2008-06-18 09:20:17 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2008-06-18 09:20:17 (GMT) |
commit | f88f739012fe5e4cb4f6736790d34d94d23e7cde (patch) | |
tree | 090b65058ddb8238c7b7df374670b2eb400af25f /Doc/library | |
parent | 2281da42b0e8ddb8f833307311f2782eeb56b775 (diff) | |
download | cpython-f88f739012fe5e4cb4f6736790d34d94d23e7cde.zip cpython-f88f739012fe5e4cb4f6736790d34d94d23e7cde.tar.gz cpython-f88f739012fe5e4cb4f6736790d34d94d23e7cde.tar.bz2 |
Typo fix
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/math.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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) |