From 049f2973ff37c5a197ea554ffce1d359155133c2 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Wed, 23 Oct 2024 08:57:05 +0100 Subject: [PATCH] added list to doc string arg for plot_xs --- openmc/plotter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmc/plotter.py b/openmc/plotter.py index 8b205b79d8b..e53b885f6db 100644 --- a/openmc/plotter.py +++ b/openmc/plotter.py @@ -130,8 +130,8 @@ def plot_xs(reactions, divisor_types=None, temperature=294., axis=None, ---------- reactions : dict keys can be either a nuclide or element in string form or an - openmc.Material object. Values are the type of cross sections to - include in the plot. + openmc.Material object. Values are a list of the types of + cross sections to include in the plot. divisor_types : Iterable of values of PLOT_TYPES, optional Cross section types which will divide those produced by types before plotting. A type of 'unity' can be used to effectively not