Skip to content

Commit 1b59bd6

Browse files
committed
fix typo identified by @bnavigator
1 parent a9415a0 commit 1b59bd6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

control/rlocus.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,8 @@ def root_locus_plot(
146146
147147
roots, gains : ndarray
148148
(legacy) If the `plot` keyword is given, returns the closed-loop
149-
root locations, arranged such that each row corresponds to a gain
150-
in gains, and the array of gains (ame as gains keyword argument if
151-
provided).
149+
root locations, arranged such that each row corresponds to a gain,
150+
and the array of gains (same as `gains` keyword argument if provided).
152151
153152
Notes
154153
-----

0 commit comments

Comments
 (0)