We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 821288d commit ad5fee7Copy full SHA for ad5fee7
pyomo/core/base/block.py
@@ -1248,7 +1248,7 @@ def clone(self, memo=None):
1248
Pyomo models use :py:class:`Block` components to define a
1249
hierarchical structure and provide model scoping. When modeling
1250
:py:class:`~pyomo.core.base.component.Component` objects are
1251
- assigned to a block they are automatically added to that block's
+ assigned to a block, they are automatically added to that block's
1252
scope.
1253
1254
:py:meth:`clone()` implements a specialization of
0 commit comments