Skip to content

Commit

Permalink
added list to doc string arg for plot_xs
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored Oct 23, 2024
1 parent 82a6f9e commit 049f297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openmc/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 049f297

Please sign in to comment.