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
Update Doc/library/math.rst
  • Loading branch information
sobolevn authored May 12, 2025
commit 016c6b95a3bd6171c6048b159b2440a8896fe77d
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 non-negative integer *n*.
Return factorial of the nonnegative integer *n*.
Comment thread
sobolevn marked this conversation as resolved.

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