From 5d4aa8127fbd965eef171693d8ab64e4b18a8ecc Mon Sep 17 00:00:00 2001 From: yann Date: Thu, 13 Feb 2025 18:58:39 +0100 Subject: [PATCH] add space --- views/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/base.py b/views/base.py index 2b96bc5..c5fc770 100644 --- a/views/base.py +++ b/views/base.py @@ -115,7 +115,7 @@ class View: def display_tournament_detail(self, tournament_to_display): i = tournament_to_display - print("Nom du tournoi : ", i['name']) + print("\nNom du tournoi : ", i['name']) print("Lieu : ", i['location']) print("Description : ", i['description']) print("Le tournoi a débuté le : ", i['start'])