Skip to content

Commit ecbbe55

Browse files
ansrandrieuslivingston
authored andcommitted
Fix typo in xferfcn.py
1 parent 2d1f514 commit ecbbe55

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
@@ -1687,7 +1687,7 @@ def zpk(zeros, poles, gain, *args, **kwargs):
16871687
zeros : array_like
16881688
Array containing the location of zeros.
16891689
poles : array_like
1690-
Array containing the location of zeros.
1690+
Array containing the location of poles.
16911691
gain : float
16921692
System gain
16931693
dt : None, True or float, optional

0 commit comments

Comments
 (0)