Skip to content

Commit bf3d238

Browse files
authored
Reword again
1 parent aabe338 commit bf3d238

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
@@ -51,7 +51,7 @@ typedef struct {
5151
PyObject *epoch;
5252

5353
/* Extra reference to the interpreter's dict that will be decref'ed last
54-
* at shutdown. Use the dict to reserve the current module. */
54+
* at shutdown. Keep the current module in the dict. */
5555
PyObject *interp_dict;
5656
} datetime_state;
5757

0 commit comments

Comments
 (0)