Skip to content

Commit ba4e1ab

Browse files
committed
Fix invalid escape sequence
1 parent 96a52bb commit ba4e1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wfdb/processing/peaks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def find_peaks(sig):
7-
"""
7+
r"""
88
Find hard peaks and soft peaks in a signal, defined as follows:
99
1010
- Hard peak: a peak that is either /\ or \/.

0 commit comments

Comments
 (0)