Skip to content

Commit 1f05e52

Browse files
committed
Fixes docstrings for consistency
1 parent 229f74f commit 1f05e52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

control/freqplot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,10 +1531,10 @@ def nyquist_plot(
15311531
If 'True', displays the unit circle, to read gain crossover frequency.
15321532
15331533
mt_circles : array_like, optional
1534-
draws circles corresponding to the given magnitudes of sensitivity
1534+
Draws circles corresponding to the given magnitudes of sensitivity.
15351535
15361536
ms_circles : array_like, optional
1537-
draws circles corresponding to the given magnitudes in complementary sensitivity
1537+
Draws circles corresponding to the given magnitudes in complementary sensitivity.
15381538
15391539
**kwargs : :func:`matplotlib.pyplot.plot` keyword properties, optional
15401540
Additional keywords (passed to `matplotlib`)

0 commit comments

Comments
 (0)