Skip to content

Commit

Permalink
NFC: fix comment typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Oct 31, 2024
1 parent e9b92a5 commit 90b569a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/common/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class IntEnum(enum.IntEnum):
"""A compatibility wrapper around :class:`enum.IntEnum`
This wrapper class updates the :meth:`to_bytes` and
:meth:`from_bytes` docstraints in Python <= 3.12 to supporess
:meth:`from_bytes` docstrings in Python <= 3.12 to suppress
warnings generated by Sphinx.
.. rubric:: IntEnum
Expand Down

0 comments on commit 90b569a

Please sign in to comment.