Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken link into Python API docs
Browse files Browse the repository at this point in the history
Fixes #257
speth committed Dec 4, 2023
1 parent d6000f2 commit 6d051c0
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
@@ -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

0 comments on commit 6d051c0

Please sign in to comment.