Skip to content

Commit f100451

Browse files
committed
lint
1 parent 0c4ff5a commit f100451

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
@@ -3117,7 +3117,7 @@ static PyMemberDef delta_members[] = {
31173117

31183118
{"microseconds", Py_T_INT, OFFSET(microseconds), Py_READONLY,
31193119
PyDoc_STR("Number of microseconds (>= 0 and less than 1 second).")},
3120-
3120+
31213121
{"nanoseconds", Py_T_INT, OFFSET(nanoseconds), Py_READONLY,
31223122
PyDoc_STR("Number of nanoseconds (>= 0 and less than 1 microsecond).")},
31233123
{NULL}

0 commit comments

Comments
 (0)