projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2281da4
)
Typo fix
author
Mark Dickinson
<dickinsm@gmail.com>
Wed, 18 Jun 2008 09:20:17 +0000
(09:20 +0000)
committer
Mark Dickinson
<dickinsm@gmail.com>
Wed, 18 Jun 2008 09:20:17 +0000
(09:20 +0000)
Doc/library/math.rst
patch
|
blob
|
history
diff --git
a/Doc/library/math.rst
b/Doc/library/math.rst
index d6e0205398a98ae8b04bc0549745ad0b8defe18e..1ae5bdcc2e4529f3ea0cdad157278c957533bc99 100644
(file)
--- 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 inte
r
gral or
+ Return *x* factorial. Raises :exc:`ValueError` if *x* is not integral or
is negative.
.. function:: floor(x)