From a0e5ea7fea9ff810c54249a2c80e1b4f753bb03b Mon Sep 17 00:00:00 2001 From: Ben Greiner Date: Wed, 3 Apr 2024 16:32:19 +0200 Subject: [PATCH] Fix docstring Fixes gh-987 --- control/rlocus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control/rlocus.py b/control/rlocus.py index ea17ae942..b3c14123a 100644 --- a/control/rlocus.py +++ b/control/rlocus.py @@ -49,7 +49,7 @@ def root_locus_map(sysdata, gains=None): ---------- sys : LTI system or list of LTI systems Linear input/output systems (SISO only, for now). - kvect : array_like, optional + gains : array_like, optional Gains to use in computing plot of closed-loop poles. Returns