Skip to content

Commit 73e150d

Browse files
authored
Change whatNEWS
1 parent 196cf36 commit 73e150d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ New Features
481481

482482
* Add :c:func:`PyLong_IsPositive`, :c:func:`PyLong_IsNegative`
483483
and :c:func:`PyLong_IsZero` for checking if :c:type:`PyLongObject`
484-
is positive, negative, or zero.
484+
is positive, negative, or zero, respectively.
485485
(Contribued by James Roy and Sergey B Kirpichev in :gh:`126061`.)
486486

487487
* Add new functions to convert C ``<stdint.h>`` numbers from/to Python

0 commit comments

Comments
 (0)