Skip to content

Commit

Permalink
Improving docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Oct 18, 2024
1 parent da836a2 commit cafa521
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion armi/reactor/reactorParameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------
Expand Down

0 comments on commit cafa521

Please sign in to comment.