Skip to content

Commit d86f5ed

Browse files
romanlutzpunndcoder28
authored andcommitted
DOC fix outdated function name _safe_indexing_column (scikit-learn#26818)
1 parent f84ed30 commit d86f5ed

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)