add +*-/\@ to temporary hardcoded punctuation setting

This commit is contained in:
chrys 2016-09-29 23:21:05 +02:00
parent a6bb31ca0d
commit 24c1018314

View File

@ -18,7 +18,7 @@ class punctuationManager():
'levels':{
'1':',',
'2':'.',
'3':'.,:-',
'3':'.,:-$~+*-/\\@',
},
'punctuationDict':{
'&':'and',