From 517c7436b0e61aca570d0f8eaf23d8c32f7a0171 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Tue, 25 Apr 2023 09:39:48 +0100 Subject: [PATCH] [skip ci] review improvment from @pshriwise Co-authored-by: Patrick Shriwise --- openmc/bounding_box.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/bounding_box.py b/openmc/bounding_box.py index a4a695b99..d2a499092 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