From 33b1a004d69cd02948478f64f0ade5a57151cc6c Mon Sep 17 00:00:00 2001 From: Jean Dubois Date: Thu, 6 Jun 2024 12:18:16 +0100 Subject: [PATCH] tweak comment --- shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.py b/shell.py index f8c53ee..518b75d 100644 --- a/shell.py +++ b/shell.py @@ -207,7 +207,7 @@ def main(): # for i, arg in enumerate(sys.argv): # print(f"Argument {i:>6}: {arg}") - # Uncomment 3 last lines to understand the following line. + # Uncomment the last 3 lines to understand the following line. # Tested on Windows and Linux. Tested after compiling with Nuitka on Windows and Linux. del args[0]