Skip to content

Commit 3c93f89

Browse files
committed
fixed typo in python function docs
1 parent 22309b0 commit 3c93f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sliderule/icesat2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ def toregion(source, tolerance=0.0, cellsize=0.01, n_clusters=1):
12621262
tolerance used to simplify complex shapes so that the number of points is less than the limit (a tolerance of 0.001 typically works for most complex shapes)
12631263
cellsize: float
12641264
size of pixel in degrees used to create the raster image of the polygon
1265-
clusters: int
1265+
n_clusters: int
12661266
number of clusters of polygons to create when breaking up the request to CMR
12671267
12681268
Returns

0 commit comments

Comments
 (0)