Skip to content

Commit

Permalink
NFC: Fix docstring typo in errors.py
Browse files Browse the repository at this point in the history
  • Loading branch information
blnicho authored Jul 19, 2023
1 parent 4736bb3 commit f9306b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/common/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class IntervalException(PyomoException, ValueError):

class InvalidValueError(PyomoException, ValueError):
"""
Exception class used for for value errors in compiled model representations
Exception class used for value errors in compiled model representations
"""

pass
Expand Down

0 comments on commit f9306b7

Please sign in to comment.