From 8aff3bc57df2488f8216e6d6c0dc1f30ff70b90d Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 26 Jan 2021 16:23:07 +0100 Subject: [PATCH] =?UTF-8?q?Intervetissement=20des=20:=20et=20=3D=20dans=20?= =?UTF-8?q?les=20param=C3=A8tres=20de=20la=20fonction=20quit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yohann D'ANELLO --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 27682b7..0bc90ae 100644 --- a/main.py +++ b/main.py @@ -88,7 +88,7 @@ def tri(*args): return sorted(args) -def quit(exit_code = int: 0): +def quit(exit_code: int = 0): """ Stoppe le programme avec le code d'erreur donné. """