Skip to content

Commit ab0b6e7

Browse files
authored
fix docstring so that case reflects string returned in ecg_quality
1 parent ebee4ec commit ab0b6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neurokit2/ecg/ecg_quality.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def ecg_quality(
5757
-------
5858
array or str
5959
Vector containing the quality index ranging from 0 to 1 for ``"averageQRS"`` method,
60-
returns string classification (``Unacceptable``, ``Barely Acceptable`` or ``Excellent``)
60+
returns string classification (``Unacceptable``, ``Barely acceptable`` or ``Excellent``)
6161
of the signal for ``"zhao2018"`` method.
6262
6363
See Also

0 commit comments

Comments
 (0)