We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1509c2 commit ac5d88dCopy full SHA for ac5d88d
pyomo/core/expr/expr_common.py
@@ -175,7 +175,7 @@ def _mutable_mutable(a, b):
175
176
# Because ASNUMERIC and MUTABLE re-call the dispatcher, we want to
177
# resolve ASNUMERIC first, MUTABLE second, and INVALID last. That
178
- # means we will add them to teh dispatcher dict in opposite order so
+ # means we will add them to the dispatcher dict in opposite order so
179
# "higher priority" callbacks override lower priority ones.
180
181
mapping.update({(i, TYPES.INVALID): _invalid for i in TYPES})
0 commit comments