Skip to content

Commit 27711ab

Browse files
clean up
1 parent 7b52e94 commit 27711ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_datetimemodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ parse_isoformat_time(const char *dtstr, size_t dtlen, int *hour, int *minute,
11351135
PyErr_WarnEx(PyExc_DeprecationWarning,
11361136
"Support for partially expanded formats is deprecated in "
11371137
"accordance with ISO 8601:2 and will be removed in 3.15",
1138-
1); // Level 1 warning
1138+
1);
11391139
}
11401140

11411141
rv = parse_hh_mm_ss_ff(tzinfo_pos, p_end, &tzhour, &tzminute, &tzsecond,

0 commit comments

Comments
 (0)