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

Skip to content

Commit 1556aaa

Browse files
committed
fixed a nxutils syntax error
svn path=/trunk/matplotlib/; revision=2757
1 parent 73f1c80 commit 1556aaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nxutils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ static PyMethodDef module_methods[] = {
221221
{"pnpoly", pnpoly, METH_VARARGS, "inside = pnpoly(x, y, xyverts)\nreturn 1 if x,y is inside the polygon defined by the sequence of x,y vertices in xyverts"},
222222
{"points_inside_poly", points_inside_poly, METH_VARARGS, "mask = points_inside_poly(xypoints, xyverts)\nreturn a mask of length xypoints indicating whether each x,y point is inside the polygon defined by the sequence of x,y vertices in xyverts"},
223223
{NULL} /* Sentinel */
224-
}
224+
};
225225

226226
#ifdef NUMARRAY
227227
#if PY_MINOR_VERSION > 2

0 commit comments

Comments
 (0)