Skip to content

Commit

Permalink
DOC fix a typo in datasets.load_files docstring (scikit-learn#26533)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadra-barikbin committed Jun 7, 2023
1 parent ea9894a commit 092b7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/datasets/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def load_files(
load the files in memory.
To use text files in a scikit-learn classification or clustering algorithm,
you will need to use the :mod`~sklearn.feature_extraction.text` module to
you will need to use the :mod:`~sklearn.feature_extraction.text` module to
build a feature extraction transformer that suits your problem.
If you set load_content=True, you should also specify the encoding of the
Expand Down

0 comments on commit 092b7f3

Please sign in to comment.