From 0d9f1dc79e998cfa2f5d663286b30277dc6b1dcc Mon Sep 17 00:00:00 2001 From: Jarod Pauchet Date: Thu, 3 Oct 2024 11:40:11 +0200 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20sio2/sisr/20-python/exo4.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sio2/sisr/20-python/exo4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sio2/sisr/20-python/exo4.py b/sio2/sisr/20-python/exo4.py index 0b7bc06..3ee15f3 100644 --- a/sio2/sisr/20-python/exo4.py +++ b/sio2/sisr/20-python/exo4.py @@ -29,6 +29,6 @@ def main(filename): if __name__ == "__main__": if len(sys.argv) != 2: - print("Usage: python creatusr.py ") + print("Usage: python exo4.py ") else: main(sys.argv[1])