diff --git a/sklearn/utils/__init__.py b/sklearn/utils/__init__.py index 63c5979f6fd02..87173032a3bd3 100644 --- a/sklearn/utils/__init__.py +++ b/sklearn/utils/__init__.py @@ -405,7 +405,7 @@ def _get_column_indices(X, key): """Get feature column indices for input data X and key. For accepted values of `key`, see the docstring of - :func:`_safe_indexing_column`. + :func:`_safe_indexing`. """ n_columns = X.shape[1]