fix wrong parameter name in doc string

This commit is contained in:
Johannes Schönberger
2012-08-24 02:52:49 -07:00
committed by Stefan van der Walt
parent 22a89076c2
commit 50df20f3b7
+1 -1
View File
@@ -117,7 +117,7 @@ def subdivide_polygon(coords, degree=2):
----------
coords : (N, 2) array
Coordinate array.
method : {1, 2, 3, 4, 5, 6, 7}
degree : {1, 2, 3, 4, 5, 6, 7}
Degree of B-Spline. Default is 2.
Returns