add space
This commit is contained in:
parent
d09e781ded
commit
5d4aa8127f
@ -115,7 +115,7 @@ class View:
|
|||||||
|
|
||||||
def display_tournament_detail(self, tournament_to_display):
|
def display_tournament_detail(self, tournament_to_display):
|
||||||
i = tournament_to_display
|
i = tournament_to_display
|
||||||
print("Nom du tournoi : ", i['name'])
|
print("\nNom du tournoi : ", i['name'])
|
||||||
print("Lieu : ", i['location'])
|
print("Lieu : ", i['location'])
|
||||||
print("Description : ", i['description'])
|
print("Description : ", i['description'])
|
||||||
print("Le tournoi a débuté le : ", i['start'])
|
print("Le tournoi a débuté le : ", i['start'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user