mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fixed small sphinx typo (#2915)
This commit is contained in:
parent
539f58d3b1
commit
d10e128e76
1 changed files with 1 additions and 1 deletions
|
|
@ -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`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue