Skip to content

Commit

Permalink
Fix typo in xferfcn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ansrandrieu authored and slivingston committed May 15, 2024
1 parent 2d1f514 commit ecbbe55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/xferfcn.py
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,7 @@ def zpk(zeros, poles, gain, *args, **kwargs):
zeros : array_like
Array containing the location of zeros.
poles : array_like
Array containing the location of zeros.
Array containing the location of poles.
gain : float
System gain
dt : None, True or float, optional
Expand Down

0 comments on commit ecbbe55

Please sign in to comment.