Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 206d8f8

Browse files
author
Michael W. Hudson
committed
Silly typo. Not sure how that got in.
1 parent 4da01ed commit 206d8f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/sliceobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ S. Out of bounds indices are clipped in a manner consistent with the\n\
249249
handling of normal slices.");
250250

251251
static PyMethodDef slice_methods[] = {
252-
{"indices", (PyCFuntion)slice_indices,
252+
{"indices", (PyCFunction)slice_indices,
253253
METH_O, slice_indices_doc},
254254
{NULL, NULL}
255255
};

0 commit comments

Comments
 (0)