Fixed get_all_surfaces() docstring too

This commit is contained in:
tjlaboss 2017-03-28 23:18:54 -04:00
parent ce5e30b498
commit 73888b223d

View file

@ -265,7 +265,7 @@ class Geometry(object):
Returns
-------
collections.OrderedDict
Dictionary mapping lattice IDs to :class:`openmc.Surface` instances
Dictionary mapping surface IDs to :class:`openmc.Surface` instances
"""
surfaces = OrderedDict()