Skip to content

Commit

Permalink
Merge pull request #2679 from skeept/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo: taht -> that in set.py
  • Loading branch information
blnicho authored Jan 4, 2023
2 parents f1bb6c2 + 0abb549 commit 5a0f692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/core/base/set.py
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,7 @@ class Set(IndexedComponent):
domains and provide callback functions to validate set
members and to filter (ignore) potential members.
2. Set expressions. Operations on Set objects (&,|,*,-,^)
produce Set expressions taht preserve their references to the
produce Set expressions that preserve their references to the
original Set objects so that updating the argument Sets
implicitly updates the Set operator instance.
3. Support for set operations with RangeSet instances (both
Expand Down

0 comments on commit 5a0f692

Please sign in to comment.