Skip to content

Commit

Permalink
Fixed typo in distance documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfolgado committed Sep 19, 2021
1 parent dfa53a0 commit 4917867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsfel/feature_extraction/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def distance(signal):
"""Computes signal traveled distance.
Calculates the total distance traveled by the signal
using the hipotenusa between 2 datapoints.
using the hypotenuse between 2 datapoints.
Feature computational cost: 1
Expand Down

0 comments on commit 4917867

Please sign in to comment.