From bd26a5d03008d269b8b038087e173eace3ae69cd Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 10 Sep 2017 22:23:31 -0400 Subject: [PATCH] fix awkward grammar --- python_examples/face_landmark_detection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_examples/face_landmark_detection.py b/python_examples/face_landmark_detection.py index c04005cdd..d7d6c18a7 100755 --- a/python_examples/face_landmark_detection.py +++ b/python_examples/face_landmark_detection.py @@ -21,7 +21,7 @@ # http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2. # Note that the license for the iBUG 300-W dataset excludes commercial use. # So you should contact Imperial College London to find out if it's OK for -# you use use this model in a commercial product. +# you use use this model file in a commercial product. # # # Also, note that you can train your own models using dlib's machine learning