8000 fix typo in describing_function docstring · python-control/python-control@9837a97 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9837a97

Browse files
committed
fix typo in describing_function docstring
1 parent 57ec9ff commit 9837a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/descfcn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def _f(self, x):
7474

7575
def describing_function(
7676
F, A, num_points=100, zero_check=True, try_method=True):
77-
"""Numerical compute the describing function of a nonlinear function
77+
"""Numerically compute the describing function of a nonlinear function
7878
7979
The describing function of a nonlinearity is given by magnitude and phase
8080
of the first harmonic of the function when evaluated along a sinusoidal

0 commit comments

Comments
 (0)
0