diff --git a/openmc/data/multipole.py b/openmc/data/multipole.py index 0be70cdba..642f2cb43 100644 --- a/openmc/data/multipole.py +++ b/openmc/data/multipole.py @@ -1154,8 +1154,8 @@ class WindowedMultipole(EqualityMixin): Returns ------- 3-tuple of Real - Total, absorption, and fission microscopic cross sections at the - given energy and temperature. + Scattering, absorption, and fission microscopic cross sections + at the given energy and temperature. """ @@ -1248,8 +1248,8 @@ class WindowedMultipole(EqualityMixin): Returns ------- 3-tuple of Real or 3-tuple of numpy.ndarray - Total, absorption, and fission microscopic cross sections at the - given energy and temperature. + Scattering, absorption, and fission microscopic cross sections + at the given energy and temperature. """