Skip to content

Commit

Permalink
Fix typo in the tokenizer (python#104950)
Browse files Browse the repository at this point in the history
  • Loading branch information
StepfenShawn committed May 26, 2023
1 parent bd1b622 commit 705e387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Parser/tokenizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ enum decoding_state {
};

enum interactive_underflow_t {
/* Normal mode of operation: return a new token when asked in interactie mode */
/* Normal mode of operation: return a new token when asked in interactive mode */
IUNDERFLOW_NORMAL,
/* Forcefully return ENDMARKER when asked for a new token in interactive mode. This
* can be used to prevent the tokenizer to prompt the user for new tokens */
Expand Down

0 comments on commit 705e387

Please sign in to comment.