From 639aa4a8e434309f061649b4db5d7d99375b8a85 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Mon, 8 Apr 2024 20:16:11 -0400 Subject: Clean up apostrophe-t spacing --- usfm2gmi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit 1.4.1