Skip to content

Commit 26cab06

Browse files
skirpichevvstinner
andauthored
Apply suggestions from code review
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 31e779b commit 26cab06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ Deprecated C APIs
10691069
(Contributed by Nikita Sobolev in :gh:`136355`.)
10701070

10711071
* The :c:macro:`!Py_INFINITY` macro is :term:`soft deprecated`,
1072-
use the C standard :c:macro:`!INFINITY` instead.
1072+
use the C11 standard ``<math.h>`` :c:macro:`!INFINITY` instead.
10731073
(Contributed by Sergey B Kirpichev in :gh:`141004`.)
10741074

10751075

0 commit comments

Comments
 (0)