Skip to content

Commit

Permalink
Update armi/plugins.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Keckler <[email protected]>
  • Loading branch information
john-science and keckler authored Dec 7, 2023
1 parent 8992f60 commit 20b57fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions armi/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,9 @@ def defineFlags() -> Dict[str, Union[int, flags.auto]]:
of flags (see :py:mod:`armi.reactor.flags`), new flags should probably refer to
novel design elements, rather than novel behaviors.
.. test:: Plugins can define new, unique flags to the system.
.. impl:: Plugins can define new, unique flags to the system.
:id: I_ARMI_FLAG_EXTEND1
:tests: R_ARMI_FLAG_EXTEND
:implements: R_ARMI_FLAG_EXTEND
See Also
--------
Expand Down

0 comments on commit 20b57fd

Please sign in to comment.