Skip to content

Commit 3748569

Browse files
Fix a typo in imblearn/over_sampling/_smote/base.py (#832) (#834)
1 parent 151fe6b commit 3748569

File tree

1 file changed

+1
-1
lines changed
  • imblearn/over_sampling/_smote

1 file changed

+1
-1
lines changed

imblearn/over_sampling/_smote/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ class SMOTENC(SMOTE):
379379
-----
380380
See the original paper [1]_ for more details.
381381
382-
Supports mutli-class resampling. A one-vs.-rest scheme is used as
382+
Supports multi-class resampling. A one-vs.-rest scheme is used as
383383
originally proposed in [1]_.
384384
385385
See

0 commit comments

Comments
 (0)