Commit f9c4404c authored by Michael W. Hudson's avatar Michael W. Hudson

Silly typo. Not sure how that got in.

parent f55f30f2
...@@ -249,7 +249,7 @@ S. Out of bounds indices are clipped in a manner consistent with the\n\ ...@@ -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}
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment