Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Amos committed Dec 30, 2015
1 parent e9ccfad commit 0184c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openface/torch_neural_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def forwardPath(self, imgPath):
:param imgPath: The path to the image.
:type imgPath: str
:return: Vector of features extracted from the neural network.
:return: Vector of features extracted with the neural network.
:rtype: numpy.ndarray
"""
rc = self.p.poll()
Expand Down

0 comments on commit 0184c47

Please sign in to comment.