8000 [3.12] Fix typo in the tokenizer (GH-104950) (#104953) · python/cpython@b31cfd2 · GitHub
[go: up one dir, main page]

Skip to content

Commit b31cfd2

Browse files
[3.12] Fix typo in the tokenizer (GH-104950) (#104953)
(cherry picked from commit 705e387) Co-authored-by: Stepfen Shawn <m18824909883@163.com>
1 parent 6324458 commit b31cfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parser/tokenizer.h

+1-1
< 4B9D tr class="diff-line-row">
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