Skip to content

Commit b764347

Browse files
[3.11] Fix typo in the tokenizer (GH-104950) (#104952)
(cherry picked from commit 705e387) Co-authored-by: Stepfen Shawn <[email protected]>
1 parent 161fc18 commit b764347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parser/tokenizer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ enum decoding_state {
2020
};
2121

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

0 commit comments

Comments
 (0)