@@ -481,7 +481,7 @@ class Record(BaseRecord, _header.HeaderMixin, _signal.SignalMixin):
481
481
file(s). The dtype must be an integer type. Either p_signal or d_signal
482
482
must be set, but not both. In addition, if d_signal is set, fmt, gain
483
483
and baseline must also all be set.
484
- p_signal : ndarray, optional
484
+ e_p_signal : ndarray, optional
485
485
The expanded physical conversion of the signal. Either a 2d numpy
486
486
array or a list of 1d numpy arrays.
487
487
e_d_signal : ndarray, optional
@@ -513,7 +513,7 @@ class Record(BaseRecord, _header.HeaderMixin, _signal.SignalMixin):
513
513
The name of the file used for analysis.
514
514
fmt : list, optional
515
515
A list of strings giving the WFDB format of each file used to store each
516
- channel. Accepted formats are: '80','212" ,'16','24', and '32'. There are
516
+ channel. Accepted formats are: '80','212' ,'16','24', and '32'. There are
517
517
other WFDB formats as specified by:
518
518
https://www.physionet.org/physiotools/wag/signal-5.htm
519
519
but this library will not write (though it will read) those file types.
0 commit comments