From 0699de3fd57263d4e75390e338678bc9a7cea571 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Fri, 8 Nov 2019 09:44:51 -0600 Subject: [PATCH] Apply @paulromano's suggestions from code review Co-Authored-By: Paul Romano --- openmc/cell.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmc/cell.py b/openmc/cell.py index 8c6b5a9f5..039767cf8 100644 --- a/openmc/cell.py +++ b/openmc/cell.py @@ -478,8 +478,8 @@ class Cell(IDManagerMixin): XML element to be added to memo : set or None - A set of object id's representing geometry entities already - written to the xml_element. This parameter is used internally + A set of object IDs representing geometry entities already + written to ``xml_element``. This parameter is used internally and should not be specified by users. Returns