Skip to content

Commit 19ddff2

Browse files
committed
Fix typo
1 parent 4b4e212 commit 19ddff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyconfig.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,8 +1695,8 @@
16951695
/* Defined if _Complex C type is available. */
16961696
#undef Py_HAVE_C_COMPLEX
16971697

1698-
/* Define to 2 if you want to build an interpreter without JIT, but
1699-
* with enabled tier 2 interpreter */
1698+
/* Define to 1 if you want to build an interpreter with JIT, or define to 2
1699+
* if you want to enable tier 2 interpreter */
17001700
#undef Py_JIT_ENABLED
17011701

17021702
/* Define if year with century should be normalized for strftime. */

0 commit comments

Comments
 (0)