Skip to content

Commit fa3ca7a

Browse files
authored
DOC fix outdated function name _safe_indexing_column (#26818)
1 parent d062e17 commit fa3ca7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def _get_column_indices(X, key):
405405
"""Get feature column indices for input data X and key.
406406
407407
For accepted values of `key`, see the docstring of
408-
:func:`_safe_indexing_column`.
408+
:func:`_safe_indexing`.
409409
"""
410410
n_columns = X.shape[1]
411411

0 commit comments

Comments
 (0)