mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Typo fix
This commit is contained in:
parent
2281da42b0
commit
f88f739012
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue