fixed incorrect tags in examples

This commit is contained in:
Christopher Neal
2026-06-10 10:48:55 -04:00
committed by Ray Speth
parent d4e8885479
commit c33575c397
2 changed files with 3 additions and 2 deletions
@@ -13,7 +13,7 @@ and recover a converged solution.
Requires: cantera >= 4.0; matplotlib is optional for plotting
.. tags:: Python, combustion, 1D flow, diffusion flame, solver, grid refinement
.. tags:: Python, combustion, 1D flow, diffusion flame, strained flame, plotting
"""
import time
@@ -17,7 +17,8 @@ diffusion flame that fails without recovery.
Requires: cantera >= 4.0; matplotlib is optional for plotting
.. tags:: Python, combustion, 1D flow, free flame, diffusion flame, solver
.. tags:: Python, combustion, 1D flow, premixed flame, diffusion flame, strained flame,
plotting
"""
from __future__ import annotations