From f72dbe68e16b72485e0322c611b9409939532d2d Mon Sep 17 00:00:00 2001 From: yardasol Date: Wed, 30 Mar 2022 16:11:34 -0500 Subject: [PATCH] fix output variable type in docstring for HexLattice.from_hdf5 --- openmc/lattice.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmc/lattice.py b/openmc/lattice.py index b6f1a27749..464daaf7e5 100644 --- a/openmc/lattice.py +++ b/openmc/lattice.py @@ -2056,8 +2056,8 @@ class HexLattice(Lattice): Returns ------- - openmc.RectLattice - Rectangular lattice + openmc.HexLattice + Hexagonal lattice """ n_rings = group['n_rings'][()]