Skip to content

Commit a0e5ea7

Browse files
authored
Fix docstring
Fixes gh-987
1 parent 1b2abe3 commit a0e5ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/rlocus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def root_locus_map(sysdata, gains=None):
4949
----------
5050
sys : LTI system or list of LTI systems
5151
Linear input/output systems (SISO only, for now).
52-
kvect : array_like, optional
52+
gains : array_like, optional
5353
Gains to use in computing plot of closed-loop poles.
5454
5555
Returns

0 commit comments

Comments
 (0)