@@ -286,7 +286,7 @@ def lower(self):
286
286
"""The lower bound of a constraint expression.
287
287
288
288
This is the fixed lower bound of a Constraint as a Pyomo
289
- exprression . This may be contain potentially variable terms
289
+ expression . This may contain potentially variable terms
290
290
that are currently fixed. If there is no lower bound, this will
291
291
return `None`.
292
292
@@ -307,7 +307,7 @@ def upper(self):
307
307
"""Access the upper bound of a constraint expression.
308
308
309
309
This is the fixed upper bound of a Constraint as a Pyomo
310
- exprression . This may be contain potentially variable terms
310
+ expression . This may contain potentially variable terms
311
311
that are currently fixed. If there is no upper bound, this will
312
312
return `None`.
313
313
@@ -772,7 +772,7 @@ def lower(self):
772
772
"""The lower bound of a constraint expression.
773
773
774
774
This is the fixed lower bound of a Constraint as a Pyomo
775
- exprression . This may be contain potentially variable terms
775
+ expression . This may contain potentially variable terms
776
776
that are currently fixed. If there is no lower bound, this will
777
777
return `None`.
778
778
@@ -791,7 +791,7 @@ def upper(self):
791
791
"""Access the upper bound of a constraint expression.
792
792
793
793
This is the fixed upper bound of a Constraint as a Pyomo
794
- exprression . This may be contain potentially variable terms
794
+ expression . This may contain potentially variable terms
795
795
that are currently fixed. If there is no upper bound, this will
796
796
return `None`.
797
797
0 commit comments