Skip to content

Commit ac5d88d

Browse files
committed
NFC: fix typo
1 parent e1509c2 commit ac5d88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/core/expr/expr_common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def _mutable_mutable(a, b):
175175

176176
# Because ASNUMERIC and MUTABLE re-call the dispatcher, we want to
177177
# resolve ASNUMERIC first, MUTABLE second, and INVALID last. That
178-
# means we will add them to teh dispatcher dict in opposite order so
178+
# means we will add them to the dispatcher dict in opposite order so
179179
# "higher priority" callbacks override lower priority ones.
180180

181181
mapping.update({(i, TYPES.INVALID): _invalid for i in TYPES})

0 commit comments

Comments
 (0)