mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Fix documentation in code.py (GH-17988)
This commit is contained in:
parent
f04750bb7a
commit
b4cdb3f60e
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ class InteractiveInterpreter:
|
|||
|
||||
Arguments are as for compile_command().
|
||||
|
||||
One several things can happen:
|
||||
One of several things can happen:
|
||||
|
||||
1) The input is incorrect; compile_command() raised an
|
||||
exception (SyntaxError or OverflowError). A syntax traceback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue