Skip to content

Commit 3e471ad

Browse files
Pavan kumardavisking
authored andcommitted
Just small typo (davisking#716)
1 parent a621ffb commit 3e471ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_examples/face_recognition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
# Compute the 128D vector that describes the face in img identified by
102102
# shape. In general, if two face descriptor vectors have a Euclidean
103103
# distance between them less than 0.6 then they are from the same
104-
# person, otherwise they are from different people. He we just print
104+
# person, otherwise they are from different people. Here we just print
105105
# the vector to the screen.
106106
face_descriptor = facerec.compute_face_descriptor(img, shape)
107107
print(face_descriptor)

0 commit comments

Comments
 (0)