Skip to content

Commit 25088e0

Browse files
DOC Improve documentation of safe_mask (scikit-learn#34508)
1 parent 28ba5c0 commit 25088e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sklearn/utils/_mask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def _get_mask(X, value_to_mask):
7676
prefer_skip_nested_validation=True,
7777
)
7878
def safe_mask(X, mask):
79-
"""Return a mask which is safe to use on X.
79+
"""Return an indexing mask compatible with X.
8080
8181
Parameters
8282
----------

0 commit comments

Comments
 (0)