fix output variable type in docstring for HexLattice.from_hdf5

This commit is contained in:
yardasol 2022-03-30 16:11:34 -05:00
parent 2f068863d0
commit f72dbe68e1

View file

@ -2056,8 +2056,8 @@ class HexLattice(Lattice):
Returns
-------
openmc.RectLattice
Rectangular lattice
openmc.HexLattice
Hexagonal lattice
"""
n_rings = group['n_rings'][()]