From 206d8f818ff100caf0f959c746f2eaf6e9bebda0 Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Fri, 19 Jul 2002 15:52:38 +0000 Subject: Silly typo. Not sure how that got in. --- Objects/sliceobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/sliceobject.c b/Objects/sliceobject.c index f2d84da..83af14f 100644 --- a/Objects/sliceobject.c +++ b/Objects/sliceobject.c @@ -249,7 +249,7 @@ S. Out of bounds indices are clipped in a manner consistent with the\n\ handling of normal slices."); static PyMethodDef slice_methods[] = { - {"indices", (PyCFuntion)slice_indices, + {"indices", (PyCFunction)slice_indices, METH_O, slice_indices_doc}, {NULL, NULL} }; -- cgit v0.12