We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c3f5c commit a44d1a4Copy full SHA for a44d1a4
control/iosys.py
@@ -2252,7 +2252,7 @@ def _find_size(sysval, vecval):
2252
"""
2253
if hasattr(vecval, '__len__'):
2254
if sysval is not None and sysval != len(vecval):
2255
- raise ValueError("Inconsistend information to determine size "
+ raise ValueError("Inconsistent information to determine size "
2256
"of system component")
2257
return len(vecval)
2258
# None or 0, which is a valid value for "a (sysval, ) vector of zeros".
0 commit comments