Skip to content

Commit ffd638a

Browse files
chkoarglemaitre
authored andcommitted
DOC correct project name in documentation (#336)
1 parent 0f24ab4 commit ffd638a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/developers_utils.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ All the following functions and classes are in the module :mod:`imblearn.utils`.
1212
1313
These utilities are meant to be used internally within the imbalanced-learn
1414
package. They are not guaranteed to be stable between versions of
15-
imbalance-learn. Backports, in particular, will be removed as the
16-
imbalance-learn dependencies evolve.
15+
imbalanced-learn. Backports, in particular, will be removed as the
16+
imbalanced-learn dependencies evolve.
1717
1818
1919
Validation Tools
@@ -97,7 +97,7 @@ same information as the deprecation warning as explained above. Use the
9797
``k`` was renamed to ``n_clusters`` in version 0.13 and will be removed
9898
in 0.15.
9999

100-
On the top of all the functionality provided by scikit-learn. Imbalance-learn
100+
On the top of all the functionality provided by scikit-learn. imbalanced-learn
101101
provides :func:`deprecate_parameter`: which is used to deprecate a sampler's
102102
parameter (attribute) by another one.
103103

0 commit comments

Comments
 (0)