diff --git a/openmc/tallies.py b/openmc/tallies.py index c8090fc176..c24bc2d4d6 100644 --- a/openmc/tallies.py +++ b/openmc/tallies.py @@ -2461,7 +2461,7 @@ class Tally(object): (e.g., ['U-235', 'U-238']; default is []) remove_filter : bool If a filter is being summed over, this bool indicates whether to - remove that filter in the returned tally. + remove that filter in the returned tally. Default is False. Returns -------