Skip to content

Commit

Permalink
Fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Oct 22, 2024
1 parent 4c93a88 commit 71084dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/contrib/pyros/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def domain_name(self):
"""Return str briefly describing domain encompassed by self."""
cdt = _domain_name(self.cdatatype)
ct = _domain_name(self.ctype)
return f"{cdt}, {ct}, or Iterable[{cdt}/{ct}"
return f"{cdt}, {ct}, or Iterable[{cdt}/{ct}]"


class SolverNotResolvable(PyomoException):
Expand Down

0 comments on commit 71084dc

Please sign in to comment.