Skip to content

Commit

Permalink
Update dev_tools/docs/nxdl.py for open enums
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron S. Brewster <[email protected]>
  • Loading branch information
lukaspie and phyy-nx authored Jan 8, 2025
1 parent b975817 commit c38117b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_tools/docs/nxdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def _print_enumeration(self, indent, ns, parent):

if parent.attrib.get("open", "false") == "true":
self._print(
f"{indent}This is an open enumeration. Any of these values is suggested:",
f"{indent}Any of these values or a custom value",
end="",
)
else:
Expand Down

0 comments on commit c38117b

Please sign in to comment.