8000 Fix typo in the tokenizer (#104950) · python/cpython@705e387 · GitHub
[go: up one dir, main page]

Skip to content

Commit 705e387

Browse files
authored
Fix typo in the tokenizer (#104950)
1 parent bd1b622 commit 705e387

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
@@ -21,7 +21,7 @@ enum decoding_state {
2121
};
2222

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

0 commit comments

Comments
 (0)
0