Skip to content

Commit e843389

Browse files
committed
progress towards restructuring rddat
1 parent 5bfe3aa commit e843389

File tree

2 files changed

+268
-59
lines changed

2 files changed

+268
-59
lines changed

wfdb/_headers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ def __init__(self, allowedtypes, delimiter, dependency, write_req, read_def, wri
544544
# 2. Certain unimportant fields may be dependencies of other
545545
# important fields. When writing, we want to fill in defaults
546546
# so that the user doesn't need to. But when reading, it should
547-
# be clear that the fields are missing.
547+
# be clear that the fields are missing.
548548

549549
inttypes = [int, np.int64, np.int32]
550550
floattypes = inttypes + [float, np.float64, np.float32]

0 commit comments

Comments
 (0)