Skip to content

Commit

Permalink
fix docstring so that case reflects string returned in ecg_quality
Browse files Browse the repository at this point in the history
  • Loading branch information
danibene authored Aug 16, 2024
1 parent ebee4ec commit ab0b6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurokit2/ecg/ecg_quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def ecg_quality(
-------
array or str
Vector containing the quality index ranging from 0 to 1 for ``"averageQRS"`` method,
returns string classification (``Unacceptable``, ``Barely Acceptable`` or ``Excellent``)
returns string classification (``Unacceptable``, ``Barely acceptable`` or ``Excellent``)
of the signal for ``"zhao2018"`` method.
See Also
Expand Down

0 comments on commit ab0b6e7

Please sign in to comment.