We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f909c82 commit ffee2acCopy full SHA for ffee2ac
1 file changed
doc/conventions.rst
@@ -29,7 +29,7 @@ of linear time-invariant (LTI) systems:
29
30
where u is the input, y is the output, and x is the state.
31
32
-To create a state space system, use the :fun:`ss` function:
+To create a state space system, use the :func:`ss` function:
33
34
sys = ct.ss(A, B, C, D)
35
0 commit comments