added default in doc string for tally summation remove_filter

This commit is contained in:
Sam Shaner 2015-11-19 16:50:11 -05:00
parent df3b9ed017
commit 8c6d14ed23

View file

@ -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
-------