Skip to content

Commit

Permalink
Merge pull request scikit-learn#6469 from ralexx/docstring-typos
Browse files Browse the repository at this point in the history
[MRG] Corrected typos in cross_validation.KFold docstring
  • Loading branch information
agramfort committed Mar 1, 2016
2 parents c60c3f0 + 7872126 commit d3d8490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sklearn/cross_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ class KFold(_BaseKFold):
Provides train/test indices to split data in train test sets. Split
dataset into k consecutive folds (without shuffling by default).
Each fold is then used a validation set once while the k - 1 remaining
fold form the training set.
Each fold is then used as a validation set once while the k - 1 remaining
fold(s) form the training set.
Read more in the :ref:`User Guide <cross_validation>`.
Expand Down

0 comments on commit d3d8490

Please sign in to comment.