Skip to content

Commit 515c0e8

Browse files
committed
Tweak comment wording
1 parent 76924d1 commit 515c0e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Include/pyport.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ Used in: Py_SAFE_DOWNCAST
8787

8888
/* PYLONG_BITS_IN_DIGIT describes the number of bits per "digit" (limb) in the
8989
* PyLongObject implementation (longintrepr.h). It's currently either 30 or 15,
90-
* defaulting to 30. The 15-bit PyLong digit option may be removed in the
91-
* future.
90+
* defaulting to 30. The 15-bit digit option may be removed in the future.
9291
*/
9392
#ifndef PYLONG_BITS_IN_DIGIT
9493
#define PYLONG_BITS_IN_DIGIT 30

0 commit comments

Comments
 (0)