Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmeijer committed Jan 24, 2018
1 parent 6a3b9fd commit 42d6bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laserchicken/feature_extractor/abc.py
Expand Up @@ -21,7 +21,7 @@ def provides(cls):
"""
Get a list of names of the feature values.
This will return as many names as as the number feature values that will be returned.
This will return as many names as the number feature values that will be returned.
For instance, if a feature extractor returns the first 3 Eigen values, this method
should return 3 names, for instance 'eigen_value_1', 'eigen_value_2' and 'eigen_value_3'.
Expand Down

0 comments on commit 42d6bad

Please sign in to comment.