Changed "lattice" to "surface" in docstring

This commit is contained in:
tjlaboss 2017-03-28 23:16:36 -04:00
parent 44d99935d1
commit ce5e30b498

View file

@ -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):