From f98f9d76d9f051dd96539260ad3658bdfa25190f Mon Sep 17 00:00:00 2001 From: Romain Andrieux <130487480+ansrandrieu@users.noreply.github.com> Date: Wed, 15 May 2024 15:19:49 +0200 Subject: [PATCH] Fix typo in xferfcn.py --- control/xferfcn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control/xferfcn.py b/control/xferfcn.py index 099f64258..de38a4a30 100644 --- a/control/xferfcn.py +++ b/control/xferfcn.py @@ -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