Cleanup: Grammar in comments

This commit is contained in:
2021-11-07 23:20:29 -06:00
parent 0f80602632
commit 42df2a7b57
7 changed files with 8 additions and 8 deletions

View File

@@ -106,7 +106,7 @@ ToolDef = namedtuple(
# Keep this functionality since it's likely useful for add-on key-maps.
#
# Warning: currently 'from_dict' this is a list of one item,
# so internally we can swap the key-map function for the key-map it's self.
# so internally we can swap the key-map function for the key-map itself.
# This isn't very nice and may change, tool definitions shouldn't care about this.
"keymap",
# Optional data-block associated with this tool.