Skip to content

Commit c9d164b

Browse files
committed
NFC: fix doc typo
1 parent 5293720 commit c9d164b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/core/base/expression.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class _GeneralExpressionData(metaclass=RenamedClass):
234234
"Named expressions that can be used in other expressions."
235235
)
236236
class Expression(IndexedComponent):
237-
"""A shared expression container, which may be defined over a index.
237+
"""A shared expression container, which may be defined over an index.
238238
239239
Parameters
240240
----------

0 commit comments

Comments
 (0)