We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e1530 commit 4096249Copy full SHA for 4096249
doc/datasets.rst
@@ -39,8 +39,8 @@ an array of shape ``n_samples`` * ``n_features`` with
39
key ``data`` (except for 20newsgroups) and a numpy array of
40
length ``n_samples``, containing the target values, with key ``target``.
41
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`:
+The Bunch object is a dictionary that exposes its keys as attributes.
+For more information about Bunch object, see :class:`~sklearn.utils.Bunch`.
44
45
It's also possible for almost all of these function to constrain the output
46
to be a tuple containing only the data and the target, by setting the
0 commit comments