Guillemets manquants autour d'une chaîne à imprimer

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
Yohann D'ANELLO 2021-01-26 16:24:14 +01:00
parent 8aff3bc57d
commit 461a0dac34
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 1 deletions

View File

@ -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)