Skip to content

Commit

Permalink
Fixed small sphinx typo (#2915)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Mar 13, 2024
1 parent 539f58d commit d10e128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmc/cell.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down

0 comments on commit d10e128

Please sign in to comment.