Skip to content

Commit 8720dbe

Browse files
committed
Improve formatting of inline code in Sets.rst
1 parent 35691a6 commit 8720dbe

File tree

1 file changed

+1
-1
lines changed
  • doc/OnlineDocs/pyomo_modeling_components

1 file changed

+1
-1
lines changed

doc/OnlineDocs/pyomo_modeling_components/Sets.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ for this model, a toy data file (in AMPL "``.dat``" format) would be:
452452
>>> inst = model.create_instance('src/scripting/Isinglecomm.dat')
453453

454454
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
455+
that accept only a model block and return a ``dict`` with all the information
456456
needed for the indexed set:
457457

458458
.. doctest::

0 commit comments

Comments
 (0)