Browse Source

ensure range of dots command

remotes/origin/cmake
Romain Goffe 13 years ago
parent
commit
4bc5cd4fff
  1. 4
      utils/rules.py

4
utils/rules.py

@ -26,8 +26,8 @@ word_dic = {
"Ca ": "Ça ",
"\\musicnote{Intro": "\\musicnote{intro",
"\\musicnote{Outro": "\\musicnote{outro",
"...": "\\dots ",
"": "\\dots",
"...": "{\\dots}",
"": "{\\dots}",
#replace tabs with two spaces
" ": " ",
##: Typo

Loading…
Cancel
Save