Skip to content

Commit

Permalink
NFC: fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Oct 15, 2024
1 parent 5293720 commit c9d164b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/core/base/expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class _GeneralExpressionData(metaclass=RenamedClass):
"Named expressions that can be used in other expressions."
)
class Expression(IndexedComponent):
"""A shared expression container, which may be defined over a index.
"""A shared expression container, which may be defined over an index.
Parameters
----------
Expand Down

0 comments on commit c9d164b

Please sign in to comment.