diff --git a/openmc/deplete/results_list.py b/openmc/deplete/results_list.py index 3b5166ed8a..1530d3955c 100644 --- a/openmc/deplete/results_list.py +++ b/openmc/deplete/results_list.py @@ -137,7 +137,7 @@ class ResultsList(list): def get_depletion_time(self): """Return an array of the average time to deplete a material - ..note:: + .. note:: Will have one fewer row than number of other methods, like :meth:`get_eigenvalues`, because no depletion @@ -145,7 +145,6 @@ class ResultsList(list): Returns ------- - times : :class:`numpy.ndarray` Vector of average time to deplete a single material across all processes and materials.