mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
[3.12] Fix typo in the tokenizer (GH-104950) (#104953)
(cherry picked from commit 705e387dd8
)
Co-authored-by: Stepfen Shawn <m18824909883@163.com>
This commit is contained in:
parent
6324458bef
commit
b31cfd276e
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue