Skip to content

Commit 360f7c2

Browse files
authored
DOC fix typos in an example (#963)
minor fixes
1 parent 79107e8 commit 360f7c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/api/plot_sampling_strategy_usage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
_ = ax.set_title("Over-sampling")
9292

9393
# %% [markdown]
94-
# `sampling_strategy` has a `str`
94+
# `sampling_strategy` as a `str`
9595
# -------------------------------
9696
#
9797
# `sampling_strategy` can be given as a string which specify the class
@@ -129,7 +129,7 @@
129129
_ = ax.set_title("Cleaning")
130130

131131
# %% [markdown]
132-
# `sampling_strategy as a `dict`
132+
# `sampling_strategy` as a `dict`
133133
# ------------------------------
134134
#
135135
# When `sampling_strategy` is a `dict`, the keys correspond to the targeted

0 commit comments

Comments
 (0)