Skip to content

Commit b9a21e4

Browse files
committed
DOC: fix sphinx errors
1 parent 9c6c619 commit b9a21e4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

control/freqplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ def nyquist_plot(syslist, omega=None, plot=True, omega_limits=None,
608608
be 'right' (default), 'left', or 'none'.
609609
610610
warn_nyquist : bool, optional
611-
If set to `False', turn off warnings about frequencies above Nyquist.
611+
If set to 'False', turn off warnings about frequencies above Nyquist.
612612
613613
*args : :func:`matplotlib.pyplot.plot` positional properties, optional
614614
Additional arguments for `matplotlib` plots (color, linestyle, etc)

doc/descfcn.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ nonlinearity constructors are predefined:
5959

6060
.. code:: python
6161
62-
backlash_nonlinearity(b) # backlash nonlinearity with width b
62+
friction_backlash_nonlinearity(b) # backlash nonlinearity with width b
6363
relay_hysteresis_nonlinearity(b, c) # relay output of amplitude b with
6464
# hysteresis of half-width c
6565
saturation_nonlinearity(ub[, lb]) # saturation nonlinearity with upper
@@ -81,6 +81,6 @@ Module classes and functions
8181
:toctree: generated/
8282

8383
~control.DescribingFunctionNonlinearity
84-
~control.backlash_nonlinearity
84+
~control.friction_backlash_nonlinearity
8585
~control.relay_hysteresis_nonlinearity
8686
~control.saturation_nonlinearity

0 commit comments

Comments
 (0)