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 ", "Ca ": "Ça ",
"\\musicnote{Intro": "\\musicnote{intro", "\\musicnote{Intro": "\\musicnote{intro",
"\\musicnote{Outro": "\\musicnote{outro", "\\musicnote{Outro": "\\musicnote{outro",
"...": "\\dots ", "...": "{\\dots}",
"": "\\dots", "": "{\\dots}",
#replace tabs with two spaces #replace tabs with two spaces
" ": " ", " ": " ",
##: Typo ##: Typo

Loading…
Cancel
Save