From 368525f3db2503af4e48bdcbd9841f9d07af4d31 Mon Sep 17 00:00:00 2001 From: Gavin Ridley Date: Sun, 22 Jan 2023 10:07:18 -0500 Subject: [PATCH] multipole documentation typo fix --- openmc/data/multipole.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. """