Skip to content

Commit 954b9bc

Browse files
tsukarthomasjpfan
authored andcommitted
DOC Fix typo in docstring for check_pandas_support (scikit-learn#18688)
1 parent b7f067a commit 954b9bc

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
@@ -1071,7 +1071,7 @@ def check_matplotlib_support(caller_name):
10711071

10721072

10731073
def check_pandas_support(caller_name):
1074-
"""Raise ImportError with detailed error message if pandsa is not
1074+
"""Raise ImportError with detailed error message if pandas is not
10751075
installed.
10761076
10771077
Plot utilities like :func:`fetch_openml` should lazily import

0 commit comments

Comments
 (0)