From ce5e30b4985b16e81b7688d9dad9d2d892472e3e Mon Sep 17 00:00:00 2001 From: tjlaboss Date: Tue, 28 Mar 2017 23:16:36 -0400 Subject: [PATCH] Changed "lattice" to "surface" in docstring --- openmc/geometry.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmc/geometry.py b/openmc/geometry.py index a16b958902..d8e81611bc 100644 --- a/openmc/geometry.py +++ b/openmc/geometry.py @@ -281,14 +281,14 @@ class Geometry(object): Parameters ---------- surfaces: collections.OrderedDict - Dictionary mapping lattice IDs to :class:`openmc.Surface` instances + Dictionary mapping surface IDs to :class:`openmc.Surface` instances region: openmc.surface.Region The region of space defined by Surfaces Returns ------- collections.OrderedDict - Dictionary mapping lattice IDs to :class:`openmc.Surface` instances + Dictionary mapping surface IDs to :class:`openmc.Surface` instances """ if isinstance(region, openmc.Halfspace):