Skip to content

Commit b8857aa

Browse files
committed
iter
1 parent 61603c2 commit b8857aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api/plot_sampling_strategy_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
# `sampling_strategy as a `dict`
132132
# ------------------------------
133133
#
134-
# When `sampling_strategy` is a `dict, the keys correspond to the targeted
134+
# When `sampling_strategy` is a `dict`, the keys correspond to the targeted
135135
# classes. The values correspond to the desired number of samples for each
136136
# targeted class. This is working for both **under- and over-sampling**
137137
# algorithms but not for the **cleaning algorithms**. Use a `list` instead.

0 commit comments

Comments
 (0)