Closed
Description
Documentation
https://docs.python.org/3/library/token.html
token.NAME
Token value that indicates an identifier. Note that keywords are also initially tokenized an NAME tokens.
should read
token.NAME
Token value that indicates an identifier. Note that keywords are also initially tokenized as NAME tokens.