Skip to content

Commit d116534

Browse files
committed
fix variable typo
1 parent 41df936 commit d116534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wfdb/plot/plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def plotrec(record=None, title = None, annotation = None, annch = [0], timeunits
5252

5353
# Expand list styles
5454
if type(sigstyle) == str:
55-
sigtyle = [sigstyle]*record.nsig
55+
sigstyle = [sigstyle]*record.nsig
5656
else:
5757
if len(sigstyle) < record.nsig:
5858
sigstyle = sigstyle+['']*(record.nsig-len(sigstyle))

0 commit comments

Comments
 (0)