Fixed docstring (#53)
Changed Docstring, from `person.add` to `person.add_face`.
This commit is contained in:
Родитель
2068c1965a
Коммит
f59b44a490
|
@ -49,7 +49,7 @@ def add_face(image,
|
||||||
|
|
||||||
def create(person_group_id, name, user_data=None):
|
def create(person_group_id, name, user_data=None):
|
||||||
"""Create a new person in a specified person group. A newly created person
|
"""Create a new person in a specified person group. A newly created person
|
||||||
have no registered face, you can call `person.add` to add faces to the
|
have no registered face, you can call `person.add_face` to add faces to the
|
||||||
person.
|
person.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче