Cleanup: replace NB with NOTE in comments

This commit is contained in:
2021-07-21 13:05:39 +10:00
parent dc8a924efa
commit 265c3a4724
16 changed files with 48 additions and 51 deletions

View File

@@ -147,7 +147,7 @@ node_categories = [
MyNodeCategory('OTHERNODES', "Other Nodes", items=[
# the node item can have additional settings,
# which are applied to new nodes
# NB: settings values are stored as string expressions,
# NOTE: settings values are stored as string expressions,
# for this reason they should be converted to strings using repr()
NodeItem("CustomNodeType", label="Node A", settings={
"my_string_prop": repr("Lorem ipsum dolor sit amet"),