Silly typo. Not sure how that got in.

This commit is contained in:
Michael W. Hudson 2002-07-19 15:52:38 +00:00
parent 4da01ed9a8
commit 206d8f818f
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ S. Out of bounds indices are clipped in a manner consistent with the\n\
handling of normal slices."); handling of normal slices.");
static PyMethodDef slice_methods[] = { static PyMethodDef slice_methods[] = {
{"indices", (PyCFuntion)slice_indices, {"indices", (PyCFunction)slice_indices,
METH_O, slice_indices_doc}, METH_O, slice_indices_doc},
{NULL, NULL} {NULL, NULL}
}; };