Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/library/math.rst
  • Loading branch information
sobolevn authored May 12, 2025
commit 729859cb31c8a3d2c4d3ebcf502731cbe2f0832c
2 changes: 1 addition & 1 deletion Doc/library/math.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Number-theoretic functions

.. function:: factorial(n)

Return factorial of the nonnegative integer *n*.
Return factorial of the non-negative integer *n*.
Comment thread
sobolevn marked this conversation as resolved.
Outdated
Comment thread
sobolevn marked this conversation as resolved.
Outdated

.. versionchanged:: 3.10
Floats with integral values (like ``5.0``) are no longer accepted.
Expand Down
Loading