]> granicus.if.org Git - python/commitdiff
Silly typo. Not sure how that got in.
authorMichael W. Hudson <mwh@python.net>
Fri, 19 Jul 2002 15:52:38 +0000 (15:52 +0000)
committerMichael W. Hudson <mwh@python.net>
Fri, 19 Jul 2002 15:52:38 +0000 (15:52 +0000)
Objects/sliceobject.c

index f2d84dad65d005fd90b346782c67215cc2ebb336..83af14f37e610b6d1af73079831e86e1e9082094 100644 (file)
@@ -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}
 };