mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix typos in the Objects directory (GH-28766)
This commit is contained in:
parent
db72e58ea5
commit
5f401f1040
11 changed files with 14 additions and 14 deletions
|
@ -23,7 +23,7 @@ enum interactive_underflow_t {
|
|||
/* Normal mode of operation: return a new token when asked in interactie mode */
|
||||
IUNDERFLOW_NORMAL,
|
||||
/* Forcefully return ENDMARKER when asked for a new token in interactive mode. This
|
||||
* can be used to prevent the tokenizer to promt the user for new tokens */
|
||||
* can be used to prevent the tokenizer to prompt the user for new tokens */
|
||||
IUNDERFLOW_STOP,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue