From 461a0dac348a6ccde3658665819681238c749a26 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 26 Jan 2021 16:24:14 +0100 Subject: [PATCH] =?UTF-8?q?Guillemets=20manquants=20autour=20d'une=20cha?= =?UTF-8?q?=C3=AEne=20=C3=A0=20imprimer?= 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 0bc90ae..d6ce4de 100644 --- a/main.py +++ b/main.py @@ -92,7 +92,7 @@ def quit(exit_code: int = 0): """ Stoppe le programme avec le code d'erreur donné. """ - print("Fin du programme, merci !) + print("Fin du programme, merci !") exit(exit_code)