8000 Fix typo in phaseplot docs · MorS25/python-control@3b2e614 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b2e614

Browse files
committed
Fix typo in phaseplot docs
Note that if you don't escape func(x, t, *parms) as `func(x, t, *parms)`, then Sphinx interprets the * as *emphasis*.
1 parent 8fcb3af commit 3b2e614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/phaseplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def phase_plot(odefun, X=None, Y=None, scale=1, X0=None, T=None,
104104
Draw arrows at the given list times
105105
106106
parms: tuple, optional
107-
List of parameters to pass to vector field: func(x, t, *parms)
107+
List of parameters to pass to vector field: `func(x, t, *parms)`
108108
109109
See also
110110
--------

0 commit comments

Comments
 (0)
0