Skip to content

Commit c638362

Browse files
authored
Merge pull request #988 from bnavigator/fix-987
Fix docstring for root_locus_map
2 parents 1b2abe3 + a0e5ea7 commit c638362

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)