From d10e128e76912f26936b4922fa1f9026084c6576 Mon Sep 17 00:00:00 2001 From: Micah Gale Date: Wed, 13 Mar 2024 18:13:02 -0500 Subject: [PATCH] Fixed small sphinx typo (#2915) --- openmc/cell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/cell.py b/openmc/cell.py index 0af6ea2b451..998640930ad 100644 --- a/openmc/cell.py +++ b/openmc/cell.py @@ -722,7 +722,7 @@ def from_xml_element(cls, elem, surfaces, materials, get_universe): Dictionary mapping surface IDs to :class:`openmc.Surface` instances materials : dict Dictionary mapping material ID strings to :class:`openmc.Material` - instances (defined in :math:`openmc.Geometry.from_xml`) + instances (defined in :meth:`openmc.Geometry.from_xml`) get_universe : function Function returning universe (defined in :meth:`openmc.Geometry.from_xml`)