We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35691a6 commit 8720dbeCopy full SHA for 8720dbe
doc/OnlineDocs/pyomo_modeling_components/Sets.rst
@@ -452,7 +452,7 @@ for this model, a toy data file (in AMPL "``.dat``" format) would be:
452
>>> inst = model.create_instance('src/scripting/Isinglecomm.dat')
453
454
This can also be done much more efficiently using initialization functions
455
-that accept only a model block and return a `dict` with all the information
+that accept only a model block and return a ``dict`` with all the information
456
needed for the indexed set:
457
458
.. doctest::
0 commit comments