Skip to content

Commit a32deae

Browse files
authored
Fix missing 's' in readme example for correct_peaks.
1 parent e5fb121 commit a32deae

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
@@ -628,7 +628,7 @@ Example Usage:
628628
max_bpm = 350
629629
min_gap = fs*60/min_bpm
630630
max_gap = fs*60/max_bpm
631-
new_indexes = wfdb.processing.correct_peaks(x=sig[:,0], peak_indexes=peak_indexes, min_gap=min_gap, max_gap=max_gap, smooth_window=150)
631+
new_indexes = wfdb.processing.correct_peaks(x=sig[:,0], peaks_indexes=peak_indexes, min_gap=min_gap, max_gap=max_gap, smooth_window=150)
632632

633633
Input arguments:
634634

0 commit comments

Comments
 (0)