Skip to content

Commit 08cba2e

Browse files
authored
Update README.rst
Fix incorrect display of correct_peaks input arguments.
1 parent 63d0421 commit 08cba2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ Example Usage:
631631
new_indexes = wfdb.processing.correct_peaks(x=sig[:,0], peak_indexes=peak_indexes, min_gap=min_gap, max_gap=max_gap, smooth_window=150)
632632

633633
Input arguments:
634-
peaks_indexes, min_gap, max_gap, smooth_window
634+
635635
- ``x`` (required): The signal.
636636
- ``peaks_indexes`` (required): The location of the peaks.
637637
- ``min_gap`` (required): The minimum gap in samples between two peaks.

0 commit comments

Comments
 (0)