Skip to content

Commit 80fd263

Browse files
committed
Oops, missed one
1 parent 6a803c3 commit 80fd263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyomo/core/base/set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ def _get_continuous_interval(self):
808808
# randomly removing elements from the list; however, since we
809809
# do it by enumerating over ranges, using set() would make this
810810
# routine nondeterministic. Not a hoge issue for the result,
811-
# but problemmatic for code coverage.
811+
# but problematic for code coverage.
812812
#
813813
# Note: We do not need to trap non-NumericRange objects:
814814
# RangeProduct and AnyRange will be caught by the dimen test in

0 commit comments

Comments
 (0)