From 8f26aeb47128e1b7707c47e8499e30e8f08115e2 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 24 Jun 2021 15:02:32 +0700 Subject: [PATCH] Fix Model docstring --- openmc/model/model.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openmc/model/model.py b/openmc/model/model.py index de80bfa3a1..84650767af 100644 --- a/openmc/model/model.py +++ b/openmc/model/model.py @@ -13,11 +13,11 @@ class Model: This class can be used to store instances of :class:`openmc.Geometry`, :class:`openmc.Materials`, :class:`openmc.Settings`, - :class:`openmc.Tallies`, :class:`openmc.Plots`, and :class:`openmc.CMFD`, - thus making a complete model. The :meth:`Model.export_to_xml` method will - export XML files for all attributes that have been set. If the - :meth:`Model.materials` attribute is not set, it will attempt to create a - ``materials.xml`` file based on all materials appearing in the geometry. + :class:`openmc.Tallies`, and :class:`openmc.Plots`, thus making a complete + model. The :meth:`Model.export_to_xml` method will export XML files for all + attributes that have been set. If the :attr:`Model.materials` attribute is + not set, it will attempt to create a ``materials.xml`` file based on all + materials appearing in the geometry. Parameters ----------