From 2e7b64ff478ffd99eadb46e32ea8a6ad279e6e2c Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sun, 11 Jul 2021 08:55:04 -0400 Subject: space correction: more --- usfm2gmi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usfm2gmi.py') diff --git a/usfm2gmi.py b/usfm2gmi.py index b8c54f6..24d1d5e 100755 --- a/usfm2gmi.py +++ b/usfm2gmi.py @@ -113,7 +113,7 @@ def convert(line): spl = word.split('|') out += spl[0] + ' ' #superscript(spl[1][8:-1]) + ' ' # Remove those extra spaces that sneak in. - elif word in [',', '.', ';', '”', ',”', '.”', '?”', ')', ':', '!', '?', '.’', '.’”', '?’”', '?’', ';”']: + elif word in [',', '.', ';', '”', ',”', '.”', '?”', ')', ':', '!', '?', '.’', '.’”', '?’”', '?’', ';”', '!”', ');', '),']: if out[-1] == ' ': out = out[:-1] + word + ' ' else: -- cgit 1.4.1