Skip to content

Commit

Permalink
Fix typos in feature.sat.similarity_features docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Jan 31, 2024
1 parent a07aa8e commit 875f669
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vocalpy/feature/sat.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,11 @@ def similarity_features(
fmax_yin: float = 8000.0,
trough_threshold: float = 0.1,
) -> xr.DataSet:
"""Extract all features used to compute simlarity with SAT.
"""Extract all features used to compute similarity with SAT.
Calls :func:`vocalpy.spectral.sat` to get spectral representations
of `vocalpy.Audio` that are used to extract features,
and then extracts all features.
of the :class:`vocalpy.Audio`, then extracts all features
from those spectral representations.
Parameters
----------
Expand Down

0 comments on commit 875f669

Please sign in to comment.