Skip to content

Commit b97c316

Browse files
committed
DOC: fix stdmean docstring example
1 parent 3dffcb5 commit b97c316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapclassify/classifiers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@ class StdMean(MapClassifier):
15721572
15731573
>>> list(st3.counts)
15741574
[0, 0, 57, 0, 1]
1575-
>>> stda = mapclassify.StdMean(y, anchor=True)
1575+
>>> stda = mapclassify.StdMean(cal, anchor=True)
15761576
>>> stda.k
15771577
9
15781578
>>> stda.bins

0 commit comments

Comments
 (0)