From cafa5212074b905c01d3f858b14812fd6d79e353 Mon Sep 17 00:00:00 2001 From: jstilley Date: Fri, 18 Oct 2024 10:33:55 -0700 Subject: [PATCH] Improving docstring --- armi/reactor/reactorParameters.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/armi/reactor/reactorParameters.py b/armi/reactor/reactorParameters.py index 6805e64d6..90eeb185b 100644 --- a/armi/reactor/reactorParameters.py +++ b/armi/reactor/reactorParameters.py @@ -776,7 +776,8 @@ def makeParametersReadOnly(r): """Convert all the paramters in a Reactor to read-only. This method is pretty simple. It goes through all the children of a Reactor object, - recursively, and converts the parameters to read-only mode. + recursively, and converts the parameters to read-only mode. This will affect the Core, but also + any Spent Fuel Pools or other high-level reactor systems. Parameters ----------