Re-document number parameter in ReactionRateHelper.divide_by_adens

This commit is contained in:
Andrew Johnson 2019-07-23 11:28:58 -05:00
parent 9f41dce1d2
commit 6ae45931a6
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB

View file

@ -234,6 +234,8 @@ class ReactionRateHelper(ABC):
Parameters
----------
number : iterable of float
Number density [atoms/b-cm] of each nuclide tracked in the calculation.
Ordered identically to :attr:`nuclides`
Returns