diff --git a/openmc/material.py b/openmc/material.py index f4c9787981..d9d4f241d3 100644 --- a/openmc/material.py +++ b/openmc/material.py @@ -829,16 +829,16 @@ class Material(IDManagerMixin): """Returns one or all nuclides in the material and their atomic densities in units of atom/b-cm + .. versionchanged:: 0.13.1 + The values in the dictionary were changed from a tuple containing + the nuclide name and the density to just the density. + Parameters ---------- nuclides : str, optional Nuclide for which atom density is desired. If not specified, the atom density for each nuclide in the material is given. - .. versionchanged:: 0.13.1 - The values in the dictionary were changed from a tuple containing - the nuclide name and the density to just the density. - Returns ------- nuclides : dict