@@ -481,7 +481,7 @@ class Record(BaseRecord, _header.HeaderMixin, _signal.SignalMixin):
481481 file(s). The dtype must be an integer type. Either p_signal or d_signal
482482 must be set, but not both. In addition, if d_signal is set, fmt, gain
483483 and baseline must also all be set.
484- p_signal : ndarray, optional
484+ e_p_signal : ndarray, optional
485485 The expanded physical conversion of the signal. Either a 2d numpy
486486 array or a list of 1d numpy arrays.
487487 e_d_signal : ndarray, optional
@@ -513,7 +513,7 @@ class Record(BaseRecord, _header.HeaderMixin, _signal.SignalMixin):
513513 The name of the file used for analysis.
514514 fmt : list, optional
515515 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
517517 other WFDB formats as specified by:
518518 https://www.physionet.org/physiotools/wag/signal-5.htm
519519 but this library will not write (though it will read) those file types.
0 commit comments