Skip to content

Commit 224d769

Browse files
committed
typo: "fot" -> "for"
1 parent 7b46c13 commit 224d769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/applications/face_recognition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# introspect the images arrays to find the shapes (for plotting)
5555
n_samples, h, w = lfw_people.images.shape
5656

57-
# fot machine learning we use the 2 data directly (as relative pixel
57+
# for machine learning we use the 2 data directly (as relative pixel
5858
# positions info is ignored by this model)
5959
X = lfw_people.data
6060
n_features = X.shape[1]

0 commit comments

Comments
 (0)