diff --git a/openmc/tallies.py b/openmc/tallies.py index 492336f7e..596b324bb 100644 --- a/openmc/tallies.py +++ b/openmc/tallies.py @@ -56,7 +56,7 @@ class Tally(IDManagerMixin): Name of the tally filters : list of openmc.Filter List of specified filters for the tally - nuclides : list of openmc.Nuclide + nuclides : list of str List of nuclides to score results for scores : list of str List of defined scores, e.g. 'flux', 'fission', etc.