Skip to content

Commit

Permalink
Merge pull request ageitgey#1174 from zhulinpinyu/fix-annotation
Browse files Browse the repository at this point in the history
fix annotation
  • Loading branch information
ageitgey authored Sep 26, 2020
2 parents d4448de + 35a3f9f commit 8ebc093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion face_recognition/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def face_distance(face_encodings, face_to_compare):
Given a list of face encodings, compare them to a known face encoding and get a euclidean distance
for each comparison face. The distance tells you how similar the faces are.
:param faces: List of face encodings to compare
:param face_encodings: List of face encodings to compare
:param face_to_compare: A face encoding to compare against
:return: A numpy ndarray with the distance for each face in the same order as the 'faces' array
"""
Expand Down

0 comments on commit 8ebc093

Please sign in to comment.