diff --git a/pyomo/common/config.py b/pyomo/common/config.py index 5da330eec26..a17d1f9382f 100644 --- a/pyomo/common/config.py +++ b/pyomo/common/config.py @@ -730,7 +730,7 @@ def from_enum_or_string(cls, arg): doc="Number of maximum iterations in the decomposition methods" )) -Users can then to provide values for those entries, and retrieve the +Users can then provide values for those entries, and retrieve the current values: .. doctest::