8000 DOC improve and correct typo in docstring (#24417) · scikit-learn/scikit-learn@0f0c4ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f0c4ce

Browse files
DOC improve and correct typo in docstring (#24417)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
1 parent c8856af commit 0f0c4ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sklearn/model_selection/_split.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2359,10 +2359,10 @@ def train_test_split(
23592359
):
23602360
"""Split arrays or matrices into random train and test subsets.
23612361
2362-
Quick utility that wraps input validation and
2363-
``next(ShuffleSplit().split(X, y))`` and application to input data
2364-
into a single call for splitting (and optionally subsampling) data in a
2365-
oneliner.
2362+
Quick utility that wraps input validation,
2363+
``next(ShuffleSplit().split(X, y))``, and application to input data
2364+
into a single call for splitting (and optionally subsampling) data into a
2365+
one-liner.
23662366
23672367
Read more in the :ref:`User Guide <cross_validation>`.
23682368

0 commit comments

Comments
 (0)
0