Browse Source

fix badly escaped character in rules.py

remotes/origin/split-songs
Romain Goffe 13 years ago
parent
commit
02f3121a77
  1. 2
      utils/rules.py

2
utils/rules.py

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

Loading…
Cancel
Save