Add missing versionadded directives

This commit is contained in:
Paul Romano 2022-07-29 10:08:33 -05:00
parent adbc9e0537
commit 02f1815299
10 changed files with 37 additions and 7 deletions

View file

@ -463,6 +463,8 @@ class Material(IDManagerMixin):
def remove_element(self, element):
"""Remove an element from the material
.. versionadded:: 0.13.1
Parameters
----------
element : str
@ -918,7 +920,7 @@ class Material(IDManagerMixin):
Returns
-------
Union[dict, float]
If by_nuclide is True then a dictionary whose keys are nuclide
If by_nuclide is True then a dictionary whose keys are nuclide
names and values are activity is returned. Otherwise the activity
of the material is returned as a float.
"""