From ed6c78a0e7e0b0b1d7bd8d399bae367f2b85b4b6 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 14 Jun 2019 13:43:22 -0400 Subject: [PATCH] Fix documentation in openmc/model/model.py --- openmc/model/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/model/model.py b/openmc/model/model.py index bdd35079d4..f66bd8f16d 100644 --- a/openmc/model/model.py +++ b/openmc/model/model.py @@ -135,7 +135,7 @@ class Model(object): chain_file : str, optional Path to the depletion chain XML file. Defaults to the chain found under the ``depletion_chain`` in the - :envvar:`OPENMC_CROSS_SECITON` environment variable if it exists. + :envvar:`OPENMC_CROSS_SECTIONS` environment variable if it exists. method : str Integration method used for depletion (e.g., 'cecm', 'predictor') **kwargs