diff --git a/armi/physics/fuelCycle/fuelHandlers.py b/armi/physics/fuelCycle/fuelHandlers.py
index a70c14517..7391cd832 100644
--- a/armi/physics/fuelCycle/fuelHandlers.py
+++ b/armi/physics/fuelCycle/fuelHandlers.py
@@ -732,7 +732,7 @@ def swapAssemblies(self, a1, a2):
             each other. This will also update the ``childrenByLocator`` list on the
             core as well as the assembly parameters ``numMoves`` and ``daysSinceLastMove``.
 
-        .. impl:: User-specified blocks can be left in place and not moved.
+        .. impl:: User-specified blocks can be left in place during within-core swaps.
             :id: I_ARMI_SHUFFLE_STATIONARY0
             :implements: R_ARMI_SHUFFLE_STATIONARY
 
@@ -847,7 +847,7 @@ def dischargeSwap(self, incoming, outgoing):
         outgoing : :py:class:`Assembly <armi.reactor.assemblies.Assembly>`
             The assembly getting discharged out the core.
 
-        .. impl:: User-specified blocks can be left in place and not moved.
+        .. impl:: User-specified blocks can be left in place for the discharge swap.
             :id: I_ARMI_SHUFFLE_STATIONARY1
             :implements: R_ARMI_SHUFFLE_STATIONARY