Skip to content

Commit

Permalink
Fix broken link into Python API docs
Browse files Browse the repository at this point in the history
Fixes #257
  • Loading branch information
speth committed Feb 26, 2024
1 parent 4854239 commit 6288cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/tutorials/PythonTutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ are used extensively within Cantera's
and `1D flame model <{{% ct_docs sphinx/html/cython/onedim.html#sec-cython-onedim %}}>`__.

Information about individual reactions that is independent of the thermodynamic
state can be obtained by accessing :py:class:`Reaction` objects with the
state can be obtained by accessing :py:class:`cantera.Reaction` objects with the
:py:func:`Kinetics.reaction` method:

.. code:: pycon
Expand Down

0 comments on commit 6288cbe

Please sign in to comment.