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