Skip to content

Commit 1cde627

Browse files
authored
Update doc
1 parent 860dfbd commit 1cde627

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
@@ -1,10 +1,10 @@
11
.. _developers-utils:
22

33
========================
4-
Utilities for Developers
4+
Utilities for developers
55
========================
66

7-
Imbalanced-learn contains a number of utilities to help with development. These are
7+
Imbalanced-learn contains a number of utilities to help with development. These are
88
located in :mod:`imblearn.utils`, and include tools in a number of categories.
99
All the following functions and classes are in the module :mod:`imblearn.utils`.
1010

@@ -20,7 +20,7 @@ All the following functions and classes are in the module :mod:`imblearn.utils`.
2020
Validation Tools
2121
================
2222

23-
These are tools used to check and validate input. When you write a function
23+
These are tools used to check and validate input. When you write a function
2424
which accepts arrays, matrices, or sparse matrices as arguments, the following
2525
should be used when applicable.
2626

0 commit comments

Comments
 (0)