Skip to content

Commit b9eaee1

Browse files
authored
Fix comment
1 parent 22c4764 commit b9eaee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_datetimemodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ set_current_module(PyInterpreterState *interp, PyObject *mod)
219219
if (ref == NULL) {
220220
return -1;
221221
}
222-
/* A module spec remains in the interpreter's dict. */
222+
/* Module spec remains in the interpreter's dict. */
223223
PyObject *mod_dict = PyModule_GetDict(mod);
224224
if (mod_dict == NULL) {
225225
return -1;

0 commit comments

Comments
 (0)