From e375620e78627728b0d27094a83b3d9d7d1019b0 Mon Sep 17 00:00:00 2001 From: Sam Shaner Date: Wed, 9 Nov 2016 23:02:22 -0500 Subject: [PATCH] fixed typo in data.py --- openmc/data/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/data/data.py b/openmc/data/data.py index 2d1e471d26..e3a6d53601 100644 --- a/openmc/data/data.py +++ b/openmc/data/data.py @@ -150,7 +150,7 @@ def atomic_mass(isotope): """ if not _ATOMIC_MASS: - # For the isotope represented by all natural isotopes of the element + # For the isotopes representing all natural isotopes of their element # (e.g. C0), set atomic mass manually using the values from Atomic # weights of the elements 2013 (IUPAC Technical Report) # (doi:10.1515/pac-2015-0305). In cases where an atomic mass range is