Skip to content

Commit a44d1a4

Browse files
committed
TRV: fix docstring typo
1 parent 93c3f5c commit a44d1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/iosys.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2252,7 +2252,7 @@ def _find_size(sysval, vecval):
22522252
"""
22532253
if hasattr(vecval, '__len__'):
22542254
if sysval is not None and sysval != len(vecval):
2255-
raise ValueError("Inconsistend information to determine size "
2255+
raise ValueError("Inconsistent information to determine size "
22562256
"of system component")
22572257
return len(vecval)
22582258
# None or 0, which is a valid value for "a (sysval, ) vector of zeros".

0 commit comments

Comments
 (0)