Skip to content

Commit 71084dc

Browse files
committed
Fix doc typo
1 parent 4c93a88 commit 71084dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/contrib/pyros/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def domain_name(self):
212212
"""Return str briefly describing domain encompassed by self."""
213213
cdt = _domain_name(self.cdatatype)
214214
ct = _domain_name(self.ctype)
215-
return f"{cdt}, {ct}, or Iterable[{cdt}/{ct}"
215+
return f"{cdt}, {ct}, or Iterable[{cdt}/{ct}]"
216216

217217

218218
class SolverNotResolvable(PyomoException):

0 commit comments

Comments
 (0)