mirror of https://github.com/python/cpython
Typo fix
This commit is contained in:
parent
2281da42b0
commit
f88f739012
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue