From f59b44a49045f949ca81b995acd97be027edd10e Mon Sep 17 00:00:00 2001 From: Rohan Sawant Date: Tue, 17 Jul 2018 06:22:30 +0530 Subject: [PATCH] Fixed docstring (#53) Changed Docstring, from `person.add` to `person.add_face`. --- cognitive_face/person.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognitive_face/person.py b/cognitive_face/person.py index a4cfdf7..22f9f21 100644 --- a/cognitive_face/person.py +++ b/cognitive_face/person.py @@ -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: