From 4a2650777484500f62ce88871e78c682f2f7adbd Mon Sep 17 00:00:00 2001 From: "corentin.bollet" Date: Fri, 8 Dec 2023 14:18:49 +0100 Subject: [PATCH] typos --- Projetbataille0.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Projetbataille0.py b/Projetbataille0.py index 35830b2..61994c7 100644 --- a/Projetbataille0.py +++ b/Projetbataille0.py @@ -1,10 +1,10 @@ import tkinter as tk from File import File_chaine as File -class carte: - def __init__(self, valeur, coleur): +class Carte: + def __init__(self, valeur, couleur): self.valeur = valeur - self.coleur = coleur + self.couleur = couleur def compare(self, other): if self.valeur > other.valeur: