Skip to content

Commit

Permalink
fix location of misplaced double quotes in docstring of ecg_quality.py
Browse files Browse the repository at this point in the history
  • Loading branch information
S-N-2019 authored May 21, 2024
1 parent b76c52b commit 5393ffc
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 @@ -56,7 +56,7 @@ def ecg_quality(ecg_cleaned, rpeaks=None, sampling_rate=1000, method="averageQRS
array or str
Vector containing the quality index ranging from 0 to 1 for ``"averageQRS"`` method,
returns string classification (``Unacceptable``, ``Barely Acceptable`` or ``Excellent``)
of the signal for ``"zhao2018 method"``.
of the signal for ``"zhao2018"`` method.
See Also
--------
Expand Down

0 comments on commit 5393ffc

Please sign in to comment.