diff --git a/openmc/deplete/results.py b/openmc/deplete/results.py index e05fd6bf94..59a25d716c 100644 --- a/openmc/deplete/results.py +++ b/openmc/deplete/results.py @@ -165,7 +165,7 @@ class Results(object): Returns ------- Results - - New results object + New results object """ new = Results() new.volume = {lm: self.volume[lm] for lm in local_materials} diff --git a/openmc/deplete/results_list.py b/openmc/deplete/results_list.py index 8a0efcdbf1..3b5166ed8a 100644 --- a/openmc/deplete/results_list.py +++ b/openmc/deplete/results_list.py @@ -24,7 +24,7 @@ class ResultsList(list): Returns ------- new : ResultsList - New instance of depletion results + New instance of depletion results """ with h5py.File(str(filename), "r") as fh: check_filetype_version(fh, 'depletion results', _VERSION_RESULTS[0])