diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-01-14 12:13:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-14 12:13:59 -0800 |
commit | 9f220e4968cf73fa60440120ee46881e7974e47d (patch) | |
tree | c1c71ef5772477991cd5435f593a2b4de9464b0d /Lib/code.py | |
parent | 9955f33cdbf27de270038dfbad37d15b160ecca2 (diff) | |
download | cpython-git-9f220e4968cf73fa60440120ee46881e7974e47d.tar.gz |
Fix documentation in code.py (GH-17988)
(cherry picked from commit b4cdb3f60e71888d7f3d4e0d40cb31e968ea160c)
Co-authored-by: Kyle Pollina <kylepollina@protonmail.com>
Diffstat (limited to 'Lib/code.py')
-rw-r--r-- | Lib/code.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/code.py b/Lib/code.py index d8106ae612..76000f8c8b 100644 --- a/Lib/code.py +++ b/Lib/code.py @@ -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 |