Doc fix for ResultsList.get_depletion_time

This commit is contained in:
Andrew Johnson 2019-09-16 16:49:23 -05:00
parent 452ad5ac7d
commit 952cd2a3cf
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB

View file

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