Skip to content

Commit

Permalink
Update plots_digits_classification.py
Browse files Browse the repository at this point in the history
DOC Update comment in plots_digits_classification
  • Loading branch information
BioGeek authored and TomDLT committed Apr 7, 2016
1 parent dfa90ec commit 7e8f8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/classification/plot_digits_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
digits = datasets.load_digits()

# The data that we are interested in is made of 8x8 images of digits, let's
# have a look at the first 3 images, stored in the `images` attribute of the
# have a look at the first 4 images, stored in the `images` attribute of the
# dataset. If we were working from image files, we could load them using
# pylab.imread. Note that each image must have the same size. For these
# images, we know which digit they represent: it is given in the 'target' of
Expand Down

0 comments on commit 7e8f8b7

Please sign in to comment.