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``