This commit is contained in:
Mark Dickinson 2008-06-18 09:20:17 +00:00
parent 2281da42b0
commit f88f739012
1 changed files with 1 additions and 1 deletions

View File

@ -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)