Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit f59b44a

Browse files
CT83huxuan
authored andcommitted
Fixed docstring (#53)
Changed Docstring, from `person.add` to `person.add_face`.
1 parent 2068c19 commit f59b44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cognitive_face/person.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def add_face(image,
4949

5050
def create(person_group_id, name, user_data=None):
5151
"""Create a new person in a specified person group. A newly created person
52-
have no registered face, you can call `person.add` to add faces to the
52+
have no registered face, you can call `person.add_face` to add faces to the
5353
person.
5454
5555
Args:

0 commit comments

Comments
 (0)