Skip to content

Commit

Permalink
Fix formatting of quote
Browse files Browse the repository at this point in the history
  • Loading branch information
keckler committed Jan 23, 2024
1 parent acb3343 commit c685041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/reactor/blueprints/componentBlueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class ComponentBlueprint(yamlize.Object):
Is implemented as part of a blueprints file by being imported and used
as an attribute within the larger :py:class:`~armi.reactor.blueprints.Blueprints`
class. Can also be used within the :py:class:`~armi.reactor.blueprints.blockBlueprint.BlockBlueprint`
class to enable specification of components directly within the ``blocks``
class to enable specification of components directly within the "blocks"
portion of the blueprint file.
Includes a ``construct`` method, which instantiates an instance of
Expand Down

0 comments on commit c685041

Please sign in to comment.