Fixed small sphinx typo (#2915)

This commit is contained in:
Micah Gale 2024-03-13 18:13:02 -05:00 committed by GitHub
parent 539f58d3b1
commit d10e128e76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -722,7 +722,7 @@ class Cell(IDManagerMixin):
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`)