Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jyang-TP committed Jan 26, 2024
1 parent 4f9fb4b commit 4044e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion armi/reactor/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,7 @@ def createHomogenizedCopy(self, pinSpatialLocators=False):
This method creates and returns a homogenized representation of itself in the form of a new Block.
The homogenization occurs in the following manner. A single Hexagon Component is created
add added to the new Block. This Hexagon Component is given the
and added to the new Block. This Hexagon Component is given the
:py:class:`armi.materials.mixture._Mixture` material and a volume averaged temperature
(``getAverageTempInC``). The number densities of the original Block are also stored on
this new Component (:need:`I_ARMI_CMP_GET_NDENS`). Several parameters from the original block
Expand Down
2 changes: 1 addition & 1 deletion armi/reactor/reactors.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ class Core(composites.Composite):
A :py:class:`Core <armi.reactor.reactors.Core>` object is typically a
child of a :py:class:`Reactor <armi.reactor.reactors.Reactor>` object.
A Reactor can contain multiple objects of the Core type. The instance
attribute name ``r.core`` is reserved for the object representating the
attribute name ``r.core`` is reserved for the object representing the
active core. A reactor may also have a spent fuel pool instance
attribute, ``r.sfp``, which is also of type
:py:class:`Core <armi.reactor.reactors.Core>`.
Expand Down

0 comments on commit 4044e8e

Please sign in to comment.