Skip to content

Commit e96acf5

Browse files
Sukrit-Mehtaageitgey
authored andcommitted
Corrected the spelling in api.py file. (ageitgey#247)
1 parent 5f80487 commit e96acf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

face_recognition/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def face_encodings(face_image, known_face_locations=None, num_jitters=1):
192192
:param face_image: The image that contains one or more faces
193193
:param known_face_locations: Optional - the bounding boxes of each face if you already know them.
194194
:param num_jitters: How many times to re-sample the face when calculating encoding. Higher is more accurate, but slower (i.e. 100 is 100x slower)
195-
:return: A list of 128-dimentional face encodings (one for each face in the image)
195+
:return: A list of 128-dimensional face encodings (one for each face in the image)
196196
"""
197197
raw_landmarks = _raw_face_landmarks(face_image, known_face_locations, model="small")
198198

0 commit comments

Comments
 (0)