Skip to content

Commit

Permalink
Fix need tag formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
keckler committed Jan 23, 2024
1 parent 4a135af commit acb3343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/reactor/blueprints/assemblyBlueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class AssemblyBlueprint(yamlize.Object):
assembly from within their blueprints file, including a name, flags, specifier
for use in defining a core map, a list of blocks, a list of block heights,
a list of axial mesh points in each block, a list of cross section identifiers
for each block, and material options (see :need:I_ARMI_MAT_USER_INPUT0).
for each block, and material options (see :need:`I_ARMI_MAT_USER_INPUT0`).
Relies on the underlying infrastrature from the ``yamlize`` package for
reading from text files, serialization, and internal storage of the data.
Expand Down

0 comments on commit acb3343

Please sign in to comment.