From 163915036226a8e2e4dcfdac9a88336b1bd2185b Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Sat, 6 Dec 2014 23:28:21 +0100 Subject: [PATCH] Typo --- S1/Echecs/echecs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S1/Echecs/echecs.py b/S1/Echecs/echecs.py index 1e388db..d0bc621 100755 --- a/S1/Echecs/echecs.py +++ b/S1/Echecs/echecs.py @@ -1,6 +1,6 @@ CASES_COTE = 8 -MVT_INCONNU = 'Cause inconnu' +MVT_INCONNU = 'Cause inconnue' MVT_OK = 'Valide' MVT_ROQUE = 'Roque' MVT_SELECTION = 'Mauvais tour'