Skip to content

Commit ce42c1c

Browse files
moorepantsmurrayrm
andauthored
Fix typo in control/statesp.py
Co-Authored-By: murrayrm <murray@cds.caltech.edu>
1 parent 08f1c51 commit ce42c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/statesp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class StateSpaceMatrix(np.ndarray):
7474
A class for representing state-space matrices
7575
7676
The StateSpaceMatrix class is used to represent the state-space
77-
matrices t hat define a StateSpace system (A, B, C, D). It is
77+
matrices that define a StateSpace system (A, B, C, D). It is
7878
mainly a wrapper for the ndarray class, but it maintains matrices
7979
as 2-dimensional arrays. It is similar to the NDmatrix class
8080
(which is being deprecated), but with more limited functionality.

0 commit comments

Comments
 (0)