From 60f63348cfb076d20f635aa6dfcafb7e486e3537 Mon Sep 17 00:00:00 2001 From: Chris Keckler Date: Wed, 24 Jan 2024 14:09:45 -0600 Subject: [PATCH] Change impl description voicing Co-authored-by: bsculac <102382931+bsculac@users.noreply.github.com> --- armi/physics/fuelCycle/fuelHandlers.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/armi/physics/fuelCycle/fuelHandlers.py b/armi/physics/fuelCycle/fuelHandlers.py index a70c14517..0756cd79a 100644 --- a/armi/physics/fuelCycle/fuelHandlers.py +++ b/armi/physics/fuelCycle/fuelHandlers.py @@ -737,12 +737,12 @@ def swapAssemblies(self, a1, a2): :implements: R_ARMI_SHUFFLE_STATIONARY Before assemblies are moved, - calls to the ``_transferStationaryBlocks`` class method to + the ``_transferStationaryBlocks`` class method is called to check if there are any block types specified by the user as stationary - via the ``stationaryBlockFlags`` case setting. Using these flags, gather - blocks from each assembly which should remain stationary and check - to make sure that both assemblies have the same number and same - height of stationary blocks. If not, return an error. + via the ``stationaryBlockFlags`` case setting. Using these flags, blocks + are gathered from each assembly which should remain stationary and + checked to make sure that both assemblies have the same number + and same height of stationary blocks. If not, return an error. If all checks pass, use the :py:meth:`~armi.reactor.assemblies.Assembly.remove` and :py:meth:`~armi.reactor.assemblies.Assembly.insert``