From 0abb5494142015c8af3f7173375dfb3c41b7510a Mon Sep 17 00:00:00 2001 From: skeept Date: Thu, 29 Dec 2022 22:47:10 -0600 Subject: [PATCH] Fix minor typo: taht -> that in set.py --- pyomo/core/base/set.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyomo/core/base/set.py b/pyomo/core/base/set.py index 4f6554f0fcd..95cc15aec59 100644 --- a/pyomo/core/base/set.py +++ b/pyomo/core/base/set.py @@ -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