Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnowcurrently committed Mar 15, 2023
1 parent d6046c3 commit a2e5ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/import.c
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ get_core_module_dict(PyInterpreterState *interp,
}
assert(!PyErr_Occurred());
}
return 0;
return NULL;
}

static inline int
Expand Down

0 comments on commit a2e5ab8

Please sign in to comment.