Skip to content

Commit ef06f0e

Browse files
committed
Fixed grammar
1 parent ad6c87b commit ef06f0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_examples/train_shape_predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
print("Testing accuracy: {}".format(
8585
dlib.test_shape_predictor(testing_xml_path, "predictor.dat")))
8686

87-
# Now let's it as you would in a normal application. First we will load it
87+
# Now let's use it as you would in a normal application. First we will load it
8888
# from disk. We also need to load a face detector to provide the initial
8989
# estimate of the facial location.
9090
predictor = dlib.shape_predictor("predictor.dat")

0 commit comments

Comments
 (0)