8000 DOC fix typo in load_boston docstring (#21197) · scikit-learn/scikit-learn@cbe4151 · GitHub
[go: up one dir, main page]

Skip to content

Commit cbe4151

Browse files
authored
DOC fix typo in load_boston docstring (#21197)
1 parent 2d4edc7 commit cbe4151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/datasets/_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ def load_linnerud(*, return_X_y=False, as_frame=False):
11201120
dataset unless the purpose of the code is to study and educate about
11211121
ethical issues in data science and machine learning.
11221122
1123-
In this case special case, you can fetch the dataset from the original
1123+
In this special case, you can fetch the dataset from the original
11241124
source::
11251125
11261126
import pandas as pd
@@ -1177,7 +1177,7 @@ def load_boston(*, return_X_y=False):
11771177
this dataset unless the purpose of the code is to study and educate
11781178
about ethical issues in data science and machine learning.
11791179
1180-
In this case special case, you can fetch the dataset from the original
1180+
In this special case, you can fetch the dataset from the original
11811181
source::
11821182
11831183
import pandas as pd # doctest: +SKIP

0 commit comments

Comments
 (0)
0