Skip to content

Commit

Permalink
[3.11] Fix typo in the tokenizer (pythonGH-104950) (python#104952)
Browse files Browse the repository at this point in the history
(cherry picked from commit 705e387)

Co-authored-by: Stepfen Shawn <m18824909883@163.com>
  • Loading branch information
miss-islington and StepfenShawn authored May 26, 2023
1 parent 161fc18 commit b764347
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 @@ -20,7 +20,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 b764347

Please sign in to comment.