Skip to content

Commit 9d3491c

Browse files
author
Benjamin Moody
committed
_rd_dat_signals, _rd_dat_file: fix documentation.
The fmt argument is the format of the singular dat file. It is not a list and that wouldn't make any sense here.
1 parent e681f7b commit 9d3491c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wfdb/io/_signal.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,8 +1252,8 @@ def _rd_dat_signals(
12521252
pn_dir : str
12531253
The PhysioNet directory where the dat file(s) are located, if
12541254
the dat file(s) are remote.
1255-
fmt : list
1256-
The formats of the dat files.
1255+
fmt : str
1256+
The format of the dat file.
12571257
n_sig : int
12581258
The number of signals contained in the dat file.
12591259
sig_len : int
@@ -1599,8 +1599,8 @@ def _rd_dat_file(file_name, dir_name, pn_dir, fmt, start_byte, n_samp):
15991599
pn_dir : str
16001600
The PhysioNet directory where the dat file(s) are located, if
16011601
the dat file(s) are remote.
1602-
fmt : list
1603-
The formats of the dat files.
1602+
fmt : str
1603+
The format of the dat file.
16041604
start_byte : int
16051605
The starting byte number to read from.
16061606
n_samp : int

0 commit comments

Comments
 (0)