Skip to content

Commit

Permalink
Merge pull request scikit-learn#7143 from iver56/patch-1
Browse files Browse the repository at this point in the history
Fix typo 'to' => 'too'
  • Loading branch information
GaelVaroquaux authored Aug 16, 2016
2 parents dc6706e + ba2bcde commit 6683c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/feature_stacker.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

X, y = iris.data, iris.target

# This dataset is way to high-dimensional. Better do PCA:
# This dataset is way too high-dimensional. Better do PCA:
pca = PCA(n_components=2)

# Maybe some original features where good, too?
Expand Down

0 comments on commit 6683c61

Please sign in to comment.