Skip to content

Commit

Permalink
This is a spelling change - I'll accept it for Chris
Browse files Browse the repository at this point in the history
Co-authored-by: kasticrunch <[email protected]>
  • Loading branch information
john-science and kasticrunch authored Jan 24, 2024
1 parent 59e1633 commit 4eff93c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion armi/reactor/blueprints/assemblyBlueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class AssemblyBlueprint(yamlize.Object):
a list of axial mesh points in each block, a list of cross section identifiers
for each block, and material options (see :need:`I_ARMI_MAT_USER_INPUT0`).
Relies on the underlying infrastrature from the ``yamlize`` package for
Relies on the underlying infrastructure from the ``yamlize`` package for
reading from text files, serialization, and internal storage of the data.
Is implemented as part of a blueprints file by being imported and used
Expand Down
2 changes: 1 addition & 1 deletion armi/reactor/blueprints/blockBlueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class BlockBlueprint(yamlize.KeyedList):
contained within the block, where the keys are component names and the
values are component blueprints (see :py:class:`~armi.reactor.blueprints.ComponentBlueprint.ComponentBlueprint`).
Relies on the underlying infrastrature from the ``yamlize`` package for
Relies on the underlying infrastructure from the ``yamlize`` package for
reading from text files, serialization, and internal storage of the data.
Is implemented into a blueprints file by being imported and used
Expand Down
2 changes: 1 addition & 1 deletion armi/reactor/blueprints/componentBlueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class ComponentBlueprint(yamlize.Object):
Limited validation on the inputs is performed to ensure that the component
shape corresponds to a valid shape defined by the ARMI application.
Relies on the underlying infrastrature from the ``yamlize`` package for
Relies on the underlying infrastructure from the ``yamlize`` package for
reading from text files, serialization, and internal storage of the data.
Is implemented as part of a blueprints file by being imported and used
Expand Down
2 changes: 1 addition & 1 deletion armi/reactor/blueprints/gridBlueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class GridBlueprint(yamlize.Object):
from within their blueprints file, including a name, geometry, dimensions,
symmetry, and a map with the relative locations of components within that grid.
Relies on the underlying infrastrature from the ``yamlize`` package for
Relies on the underlying infrastructure from the ``yamlize`` package for
reading from text files, serialization, and internal storage of the data.
Is implemented as part of a blueprints file by being used in key-value pairs
Expand Down
2 changes: 1 addition & 1 deletion armi/reactor/blueprints/isotopicOptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class CustomIsotopic(yamlize.Map):
from within their blueprints file, including a name and key-value pairs
corresponding to nuclide names and their concentrations.
Relies on the underlying infrastrature from the ``yamlize`` package for
Relies on the underlying infrastructure from the ``yamlize`` package for
reading from text files, serialization, and internal storage of the data.
Is implemented as part of a blueprints file by being used in key-value pairs
Expand Down

0 comments on commit 4eff93c

Please sign in to comment.