Skip to content
Snippets Groups Projects
Commit 9bf90aa0 authored by David Rouquet's avatar David Rouquet
Browse files

"Vous vous trompez"

parent 40d5380a
Branches
Tags
No related merge requests found
......@@ -75,7 +75,7 @@ def postEditMD(str1):
# Various string cleaning and replacements
###################################################
str1 = str1.replace(r"\_","_").replace(r" - ","\n- ").replace(r"| --- |", "").replace(r"|","")
str1 = str1.replace("Ecoutez","Écoutez").replace("Ecouter","Écouter").replace("Enoncés","Énoncés").replace(r"A l'oral",r"À l'oral").replace("Enoncé","Énoncé").replace("A un bout","À un bout").replace("A l","À l")
str1 = str1.replace("Ecoutez","Écoutez").replace("Ecouter","Écouter").replace("Enoncés","Énoncés").replace(r"A l'oral",r"À l'oral").replace("Enoncé","Énoncé").replace("A un bout","À un bout").replace("A l","À l").replace("Vous vous êtes trompé","Vous vous trompez").replace("Pas d'accord","Vous vous trompez")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment