Skip to content

Commit

Permalink
Improve formatting of inline code in Sets.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mfripp committed Aug 25, 2024
1 parent 35691a6 commit 8720dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/OnlineDocs/pyomo_modeling_components/Sets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ for this model, a toy data file (in AMPL "``.dat``" format) would be:
>>> inst = model.create_instance('src/scripting/Isinglecomm.dat')

This can also be done much more efficiently using initialization functions
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
needed for the indexed set:

.. doctest::
Expand Down

0 comments on commit 8720dbe

Please sign in to comment.