Fix spelling errors

This commit is contained in:
Sterling Harper 2017-07-07 15:55:19 -04:00
parent 7ba35310c8
commit 8dcd8dd4f0
2 changed files with 2 additions and 2 deletions

View file

@ -112,7 +112,7 @@ Each ``material`` element can have the following attributes or sub-elements:
is the name of the S(a,b) table that should be associated with the material.
There is also an optional ``fraction`` element which indicates what fraction
of the relevant nuclides will be affected by the S(a,b) table (e.g. which
fraction of a material is crystaline versus amorphus). ``fraction``
fraction of a material is crystalline versus amorphous). ``fraction``
defaults to unity.
*Default*: None

View file

@ -628,7 +628,7 @@ class Material(IDManagerMixin):
fraction : float
The fraction of relevant nuclei that are affected by the
:math:`S(\alpha,\beta)` table. For example, if the material is a
block of carbon that is 60% graphite and 40% amorphus then add a
block of carbon that is 60% graphite and 40% amorphous then add a
graphite :math:`S(\alpha,\beta)` table with fraction=0.6.
"""