Skip to content

Commit 718b21e

Browse files
committed
fix typo
1 parent 65e6cfa commit 718b21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PC/pyconfig.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ WIN32 is still required for the locale module.
105105
/* Define to 1 if you want to enable the JIT */
106106
/* Define to "interpreter" if you want to enable tier 2 interpreter */
107107
#ifndef Py_JIT_ENABLED
108-
/* #define Py_JIT_ENABLED 1*/
108+
/* #define Py_JIT_ENABLED 1 */
109109
#endif
110110

111111
/* Compiler specific defines */

0 commit comments

Comments
 (0)