We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1faf2 commit d6ee68cCopy full SHA for d6ee68c
wfdb/io/record.py
@@ -2042,10 +2042,10 @@ def sampfreq(record_name, pn_dir=None):
2042
Examples
2043
--------
2044
>>> wfdb.sampfreq('sample-data/test01_00s')
2045
- >>> ECG 1 500
2046
- >>> ECG 2 500
2047
- >>> ECG 3 500
2048
- >>> ECG 4 500
+ >>> ECG 1 500
+ >>> ECG 2 500
+ >>> ECG 3 500
+ >>> ECG 4 500
2049
2050
"""
2051
dir_name, base_record_name = os.path.split(record_name)
0 commit comments