Skip to content

Commit 8936b52

Browse files
committed
Update documentation (docstring) for root_locus().
1 parent 8ebb73b commit 8936b52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rlocus.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,14 @@ def root_locus(sys, kvect, xlim=None, ylim=None, plotstr='-', Plot=True):
6161
----------
6262
sys : linsys
6363
Linear input/output systems (SISO only, for now)
64-
klist : gain_range (default = None)
64+
kvect : gain_range (default = None)
6565
List of gains to use in computing diagram
6666
Plot : boolean (default = True)
6767
If True, plot magnitude and phase
6868
6969
Return values
7070
-------------
7171
rlist : list of computed root locations
72-
klist : list of gains
7372
"""
7473

7574
# Convert numerator and denominator to polynomials if they aren't

0 commit comments

Comments
 (0)