Skip to content

Commit ebcc373

Browse files
authored
PEP 7
1 parent b89548d commit ebcc373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/initconfig.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,7 @@ config_read_complex_options(PyConfig *config)
19071907
}
19081908

19091909
#ifdef Py_DEBUG
1910-
if (config->run_presite== NULL) {
1910+
if (config->run_presite == NULL) {
19111911
status = config_init_run_presite(config);
19121912
if (_PyStatus_EXCEPTION(status)) {
19131913
return status;

0 commit comments

Comments
 (0)