Skip to content

Commit 4096249

Browse files
connortannjeremiedbb
authored andcommitted
DOC Fix typo in datasets.rst (#19136)
Fix typo in dataset loading docs
1 parent 78e1530 commit 4096249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/datasets.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ an array of shape ``n_samples`` * ``n_features`` with
3939
key ``data`` (except for 20newsgroups) and a numpy array of
4040
length ``n_samples``, containing the target values, with key ``target``.
4141

42-
The Bunch object is a dictionary that exposes its keys are attributes.
43-
For more information about Bunch object, see :class:`~sklearn.utils.Bunch`:
42+
The Bunch object is a dictionary that exposes its keys as attributes.
43+
For more information about Bunch object, see :class:`~sklearn.utils.Bunch`.
4444

4545
It's also possible for almost all of these function to constrain the output
4646
to be a tuple containing only the data and the target, by setting the

0 commit comments

Comments
 (0)