Skip to content

Commit 96a8453

Browse files
Minimise diff
1 parent a17a95c commit 96a8453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/_collectionsmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2655,8 +2655,8 @@ tuplegetter_descr_get(PyObject *self, PyObject *obj, PyObject *type)
26552655
"doesn't apply to '%s' object",
26562656
index,
26572657
Py_TYPE(obj)->tp_name);
2658-
return NULL;
2659-
}
2658+
return NULL;
2659+
}
26602660

26612661
if (!valid_index(index, PyTuple_GET_SIZE(obj))) {
26622662
PyErr_SetString(PyExc_IndexError, "tuple index out of range");

0 commit comments

Comments
 (0)