From 0017998b956793d0b59f6d2cc48a61d9aa4a812d Mon Sep 17 00:00:00 2001 From: jstilley Date: Tue, 20 Feb 2024 17:05:23 -0800 Subject: [PATCH] Verbiage changed! --- armi/reactor/grids/hexagonal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armi/reactor/grids/hexagonal.py b/armi/reactor/grids/hexagonal.py index 5584164a0..4ec7fb882 100644 --- a/armi/reactor/grids/hexagonal.py +++ b/armi/reactor/grids/hexagonal.py @@ -431,7 +431,7 @@ def getRawUnitSteps(pitch, cornersUp=False): Parameters ---------- pitch : float - The short diameter of the hexagons (from flat side to flat side). + The short diameter of the hexagons (flat to flat). cornersUp : bool, optional If True, the hexagons have a corner pointing in the Y direction. Default: False