From f65efe2e27a0950a79d8073efd6da850a9a0aa5e Mon Sep 17 00:00:00 2001 From: Chris Little Date: Sun, 12 Aug 2012 10:27:15 +0000 Subject: typo git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@381 07627401-56e2-0310-80f4-f8cd0041bdcd --- modules/python/usfm2osis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/python/usfm2osis.py') diff --git a/modules/python/usfm2osis.py b/modules/python/usfm2osis.py index d855593..1ce68a3 100755 --- a/modules/python/usfm2osis.py +++ b/modules/python/usfm2osis.py @@ -358,7 +358,7 @@ def convertToOSIS(sFile): osis = re.sub(r'\\toc1\b\s+(.+)\s*'+'\n', r''+'\n', osis) # \toc2_text... - osis = re.sub(r'\\toc2\b\s+(.+)\s*'+'\n', r''+'\n', osis) + osis = re.sub(r'\\toc2\b\s+(.+)\s*'+'\n', r''+'\n', osis) # \toc3_text... locBook = re.search(r'\\toc3\b\s+(.+)\s*'+'\n', osis) -- cgit