Skip to content

Commit

Permalink
Update boolean_value.py
Browse files Browse the repository at this point in the history
NFC: Fixing typo
  • Loading branch information
blnicho authored May 21, 2023
1 parent a60b696 commit 744dfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/core/expr/boolean_value.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def __ior__(self, other):

def xor(self, other):
"""
Construct an XorExpressionusing method "xor"
Construct an XorExpression using method "xor"
"""
ans = _generate_logical_proposition(_xor, self, other)
if ans is NotImplemented:
Expand Down

0 comments on commit 744dfcd

Please sign in to comment.