Skip to content

Commit dd69a9c

Browse files
authored
NFC: Fix docstring typo in pyomo/contrib/pyros/solve_data.py
1 parent f14f30a commit dd69a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/contrib/pyros/solve_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def time_out(self):
278278
def subsolver_error(self):
279279
"""
280280
bool : True if there is a subsolver error status for all
281-
of the the ``SeparationSolveCallResults`` objects listed
281+
of the ``SeparationSolveCallResults`` objects listed
282282
in `self`, False otherwise.
283283
"""
284284
return all(res.subsolver_error for res in self.solver_call_results.values())

0 commit comments

Comments
 (0)