Changed Docstring, from `person.add` to `person.add_face`.
This commit is contained in:
Rohan Sawant 2018-07-17 06:22:30 +05:30 коммит произвёл Xuan Hu (Sean)
Родитель 2068c1965a
Коммит f59b44a490
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -49,7 +49,7 @@ def add_face(image,
def create(person_group_id, name, user_data=None):
"""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.
Args: