Skip to content

Commit 72991c2

Browse files
authored
Fix comment
1 parent 528882d commit 72991c2

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
@@ -192,7 +192,7 @@ _get_current_state(PyObject **p_mod)
192192
Py_DECREF(spec);
193193

194194
/* The module will be held by heaptypes. Prefer
195-
/* it not to be cached in the interp-dict. */
195+
* it not to be cached in the interp-dict. */
196196
if (PyModule_ExecDef(mod, &datetimemodule) < 0) {
197197
return NULL;
198198
}

0 commit comments

Comments
 (0)