Browse Source

fix badly escaped character in rules.py

remotes/karagrat/master
Romain Goffe 12 years ago
parent
commit
f7c2790822
  1. 2
      utils/rules.py

2
utils/rules.py

@ -20,7 +20,7 @@ word_dic = {
"voeu": "vœu",
"oeuf": "œuf",
"oe{}": "œ",
"\œ": "œ",
"\\œ": "œ",
##: Contractions
"ptit": "p'tit",
##: Punctuation

Loading…
Cancel
Save