Skip to content

Commit 03f87a3

Browse files
authored
Fix small typo from manual merge
1 parent 43d8b95 commit 03f87a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/freqplot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def bode_plot(syslist, omega=None, dB=None, Hz=None, deg=None,
280280
ax_phase.semilogx([Wcp, Wcp], [1e5, math.radians(phase_limit) +
281281
math.radians(pm)],
282282
color='k', linestyle=':', zorder=-20)
283-
ax_phase.semilogx([Wcp, Wcp], [math.radians(phase_limit) + math.radians(pm)
283+
ax_phase.semilogx([Wcp, Wcp], [math.radians(phase_limit) + math.radians(pm),
284284
math.radians(phase_limit)],
285285
color='k', zorder=-20)
286286

0 commit comments

Comments
 (0)