Skip to content

Commit 54c4fd9

Browse files
committed
fix small typos per @slivingston review
1 parent 6db1a1c commit 54c4fd9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

control/rlocus.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ def root_locus_plot(
186186
then set the axis limits to the desired values.
187187
188188
"""
189-
from .pzmap import pole_zero_plot
190-
191189
# Legacy parameters
192190
for oldkey in ['kvect', 'k']:
193191
gains = config._process_legacy_keyword(kwargs, oldkey, 'gains', gains)

control/tests/response_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# processed by _response(), then we need to make sure that arguments are
1111
# properly passed from _plot() to _response(). The unit tests in this file
1212
# make sure that this functionality is implemented properly across all
13-
# *relevan* _response/_map/plot pairs.
13+
# *relevant* _response/_map/plot pairs.
1414
#
1515
# Response/map function Plotting function Comments
1616
# --------------------- ----------------- --------
@@ -24,7 +24,7 @@
2424
# input_output_response time_response_plot no passthru args
2525
# nyquist_response nyquist_plot included below
2626
# pole_zero_map pole_zero_plot no passthru args
27-
# root_locus_map pole_zero_plot included below
27+
# root_locus_map root_locus_plot included below
2828
# singular_values_response singular_values_plot included below
2929
# step_response time_response_plot no passthru args
3030

0 commit comments

Comments
 (0)