diff --git a/token_tools/token.py b/token_tools/token.py index 24f41b5..4f22e40 100644 --- a/token_tools/token.py +++ b/token_tools/token.py @@ -5,7 +5,7 @@ Token = tuple[tuple[int, int], int, str] GENERIC_TOKENS: list[str] = [ - "Identifier", # Variable + "Identifier", # Variable "Error", "Keyword", "Type",