diff --git a/openmc/stats/multivariate.py b/openmc/stats/multivariate.py index 228bdf9ea..98c76ea67 100644 --- a/openmc/stats/multivariate.py +++ b/openmc/stats/multivariate.py @@ -374,7 +374,7 @@ class SphericalIndependent(Spatial): r"""Spatial distribution represented in spherical coordinates. This distribution allows one to specify coordinates whose :math:`r`, - :math:`\cos_theta`, and :math:`\phi` components are sampled independently + :math:`\theta`, and :math:`\phi` components are sampled independently from one another and centered on the coordinates (x0, y0, z0). .. versionadded: 0.12