Skip to content

Commit 823eea1

Browse files
committed
Typo in comment
1 parent 0cb3cb8 commit 823eea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PC/pyconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ WIN32 is still required for the locale module.
104104
/* We undefine if it was set to zero because all later checks are #ifdef.
105105
* Note that non-Windows builds do not do this, and so every effort should
106106
* be made to avoid defining the variable at all when not desired. However,
107-
* sysconfig.get_config_val always returns a 1 or a 0, and so it seems likely
107+
* sysconfig.get_config_var always returns a 1 or a 0, and so it seems likely
108108
* that a build backend will define it with the value.
109109
*/
110110
#if Py_GIL_DISABLED == 0

0 commit comments

Comments
 (0)