Skip to content

Commit

Permalink
NFC: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Jul 19, 2023
1 parent 41376be commit 4736bb3
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 @@ -16,7 +16,7 @@
def format_exception(msg, prolog=None, epilog=None, exception=None, width=76):
"""Generate a formatted exception message
This returns a formated exception message, line wrapped for display
This returns a formatted exception message, line wrapped for display
on the console and with optional prolog and epilog messages.
Parameters
Expand Down

0 comments on commit 4736bb3

Please sign in to comment.