Skip to content

Commit 2df13d1

Browse files
committed
Fix rdsamp doc typo
1 parent 2a6ce72 commit 2df13d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wfdb/io/record.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2245,7 +2245,7 @@ def rdsamp(
22452245
--------
22462246
>>> signals, fields = wfdb.rdsamp('sample-data/test01_00s',
22472247
sampfrom=800,
2248-
channel =[1,3])
2248+
channels=[1,3])
22492249
22502250
"""
22512251
if (pn_dir is not None) and ("." not in pn_dir):

0 commit comments

Comments
 (0)