Skip to content

Commit 2054356

Browse files
author
marat
committed
Fix linting
1 parent 40d0e1c commit 2054356

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
@@ -2055,7 +2055,7 @@ wrap_strftime(PyObject *object, PyObject *format, PyObject *timetuple,
20552055
else if (ch == '-' && i < flen) {
20562056
Py_UCS4 next_ch = PyUnicode_READ_CHAR(format, i);
20572057
i++;
2058-
2058+
20592059
PyObject *tmp = make_dash_replacement(object, next_ch, timetuple);
20602060
if (tmp == NULL) {
20612061
Py_DECREF(tmp);

0 commit comments

Comments
 (0)