Skip to content

Commit 2ea5666

Browse files
authored
Merge pull request scikit-learn#6982 from fisache/master
Fix minor typo
2 parents d6c479f + b242539 commit 2ea5666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cluster/plot_color_quantization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
# Convert to floats instead of the default 8 bits integer coding. Dividing by
4242
# 255 is important so that plt.imshow behaves works well on float data (need to
43-
# be in the range [0-1]
43+
# be in the range [0-1])
4444
china = np.array(china, dtype=np.float64) / 255
4545

4646
# Load Image and transform to a 2D numpy array.

0 commit comments

Comments
 (0)