Skip to content

Commit 243006a

Browse files
ZhiningLiu1998glemaitre
authored andcommitted
Fix a typo in imblearn/over_sampling/_smote/base.py (#832) (#834)
1 parent 4d63421 commit 243006a

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

Lines changed: 1 addition & 1 deletion
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)