Skip to content

Commit

Permalink
NFC: fix doc typo
Browse files Browse the repository at this point in the history
Co-authored-by: Bethany Nicholson <[email protected]>
  • Loading branch information
jsiirola and blnicho authored Jul 29, 2024
1 parent 49a53d8 commit 2150295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/core/base/constraint.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def to_bounded_expression(self):
ValueError: Raised if the expression cannot be mapped to this
form (i.e., :py:class:`RangedExpression` constraints with
variable lower of upper bounds.
variable lower or upper bounds.
"""
expr = self._expr
Expand Down

0 comments on commit 2150295

Please sign in to comment.