diff options
| author | Zach DeCook <zachdecook@librem.one> | 2024-04-08 20:16:11 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2024-04-08 20:16:11 -0400 |
| commit | 639aa4a8e434309f061649b4db5d7d99375b8a85 (patch) | |
| tree | f66e10d3007b0394a0392de9502ee5c2469f64e6 /usfm2gmi.py | |
| parent | 047fa1c4b63a3e76dd692c24ae9ee91b5afc2dd5 (diff) | |
| download | usfm2gmi-master.tar.gz | |
Diffstat (limited to 'usfm2gmi.py')
| -rwxr-xr-x | usfm2gmi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usfm2gmi.py b/usfm2gmi.py index eccd2ab..665706a 100755 --- a/usfm2gmi.py +++ b/usfm2gmi.py @@ -127,7 +127,7 @@ def convert(line, printStrongs=False): elif 'x-morph="' in word: continue # Remove those extra spaces that sneak in. - elif word in [',', '.', ';', '”', ',”', '.”', '?”', ')', ':', '!', '?', '.’', '.’”', '?’”', '?’', ';”', '!”', ');', '),', '’s', '.)']: + elif word in [',', '.', ';', '”', ',”', '.”', '?”', ')', ':', '!', '?', '.’', '.’”', '?’”', '?’', ';”', '!”', ');', '),', '’s', '.)', '’t']: if out[-1] == ' ': out = out[:-1] + word + ' ' else: |
