Skip to content

Commit dc74493

Browse files
committed
fix typo pointed out by @slivingston
1 parent 76dee0d commit dc74493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/xferfcn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def __str__(self, var=None):
470470
elif self.display_format == 'zpk':
471471
num = self.num[no][ni]
472472
if num.size == 1 and num.item() == 0:
473-
# Catch a special case taht SciPy doesn't handle
473+
# Catch a special case that SciPy doesn't handle
474474
z, p, k = tf2zpk([1.], self.den[no][ni])
475475
k = 0
476476
else:

0 commit comments

Comments
 (0)