Skip to content

Commit f19df85

Browse files
committed
Add "with integral value"
1 parent 279b663 commit f19df85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/math.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ Number-theoretic and representation functions
7272
is negative.
7373

7474
.. versionchanged:: 3.10
75-
Floating point number (like ``5.0``) is no longer accepted.
75+
Floating point numbers with integral value (like ``5.0``) are no longer
76+
accepted.
7677

7778

7879
.. function:: floor(x)

0 commit comments

Comments
 (0)