Browse Source

update: allow ending with `:`

master
Dnomd343 2 years ago
parent
commit
e735dc360f
  1. 5
      src/punctuation/check.py

5
src/punctuation/check.py

@ -15,7 +15,10 @@ punctuationPairs = [
]
endingPunctuations = [
'', '', '', '', '', '~', '……', '——',
'', '', '',
'~', '', '',
'……', '——',
'', # special: letter beginning
]
defaultPath = os.path.join(

Loading…
Cancel
Save