Skip to content

Commit d6ee68c

Browse files
committed
Replaces tabs with spaces in docstrings to increase readability
1 parent 0e1faf2 commit d6ee68c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wfdb/io/record.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2042,10 +2042,10 @@ def sampfreq(record_name, pn_dir=None):
20422042
Examples
20432043
--------
20442044
>>> wfdb.sampfreq('sample-data/test01_00s')
2045-
>>> ECG 1 500
2046-
>>> ECG 2 500
2047-
>>> ECG 3 500
2048-
>>> ECG 4 500
2045+
>>> ECG 1 500
2046+
>>> ECG 2 500
2047+
>>> ECG 3 500
2048+
>>> ECG 4 500
20492049
20502050
"""
20512051
dir_name, base_record_name = os.path.split(record_name)

0 commit comments

Comments
 (0)