From b4cdb3f60e71888d7f3d4e0d40cb31e968ea160c Mon Sep 17 00:00:00 2001 From: Kyle Pollina Date: Tue, 14 Jan 2020 13:47:26 -0600 Subject: Fix documentation in code.py (GH-17988) --- Lib/code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/code.py') diff --git a/Lib/code.py b/Lib/code.py index d8106ae612c..76000f8c8b2 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 -- cgit v1.2.3