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

@@ -77,7 +77,7 @@ class NodeItem:
else:
return bpy.app.translations.contexts.default
# NB: is a staticmethod because called with an explicit self argument
# NOTE: is a staticmethod because called with an explicit self argument
# NodeItemCustom sets this as a variable attribute in __init__
@staticmethod
def draw(self, layout, _context):