Skip to content

Commit

Permalink
Merge pull request #993 from S-N-2019/patch-1
Browse files Browse the repository at this point in the history
fix location of misplaced double quotes in docstring of ecg_quality.py
  • Loading branch information
DominiqueMakowski authored May 21, 2024
2 parents 4254aad + 5393ffc commit ca9af09
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 @@ -58,7 +58,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``)
of the signal for ``"zhao2018 method"``.
of the signal for ``"zhao2018"`` method.
See Also
--------
Expand Down

0 comments on commit ca9af09

Please sign in to comment.