diff --git a/openmc/bounding_box.py b/openmc/bounding_box.py index a4a695b99a..d2a4990921 100644 --- a/openmc/bounding_box.py +++ b/openmc/bounding_box.py @@ -20,7 +20,7 @@ class BoundingBox(tuple): Attributes ---------- center : numpy.ndarray - x, y, z coordinates of the center of the bounding box in [cm]. + x, y, z coordinates of the center of the bounding box in [cm] lower_left : numpy.ndarray The x, y, z coordinates of the lower left corner of the bounding box in [cm] upper_right : numpy.ndarray