Fixed mis-spelled comment in TalliesFile.merge_tallies(...) routine

This commit is contained in:
Will Boyd 2015-05-25 00:39:47 -04:00
parent 7b945a20a2
commit 97cb309f1f

View file

@ -884,7 +884,7 @@ class TalliesFile(object):
merged_tally = tally1.merge(tally2)
self._tallies[i] = merged_tally
# Remove tally 2 since it is no longer neede
# Remove tally 2 since it is no longer needed
self._tallies.pop(j)
# Continue iterating from the first loop