Skip to content

Commit ffee2ac

Browse files
committed
Fixed a typo in conventions.rst
1 parent f909c82 commit ffee2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conventions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ of linear time-invariant (LTI) systems:
2929
3030
where u is the input, y is the output, and x is the state.
3131

32-
To create a state space system, use the :fun:`ss` function:
32+
To create a state space system, use the :func:`ss` function:
3333

3434
sys = ct.ss(A, B, C, D)
3535

0 commit comments

Comments
 (0)