From 020e0bd945ee9ac3a385c6ae02cf25239cbd7dae Mon Sep 17 00:00:00 2001 From: yardasol Date: Tue, 26 Apr 2022 13:33:04 -0500 Subject: [PATCH] minor docstring addition --- openmc/model/surface_composite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/model/surface_composite.py b/openmc/model/surface_composite.py index 7a6a50ba4..3b4a1f42f 100644 --- a/openmc/model/surface_composite.py +++ b/openmc/model/surface_composite.py @@ -73,7 +73,7 @@ class CylinderSector(CompositeSurface): Central angle, :math:`\\theta`, of the sector in degrees. Must be greater that 0 and less than 360. alpha : float - Angular offset of the clockwise-most side of the sector in degrees + Angular offset, :math:`\\alpha`, of the clockwise-most side of the sector in degrees relative to the primary basis axis (+y, +z, or +x). axis : {'x', 'y', 'z'} Central axis of the cylinders defining the inner and outer surfaces