From 5c974a10546f6ffb08edf91925c5f123c5455e41 Mon Sep 17 00:00:00 2001 From: Robert Sachunsky <38561704+bertsky@users.noreply.github.com> Date: Mon, 7 Feb 2022 11:16:10 +0100 Subject: [PATCH] fix typo --- ocrd_page_to_alto/convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocrd_page_to_alto/convert.py b/ocrd_page_to_alto/convert.py index df2af11..06dc868 100644 --- a/ocrd_page_to_alto/convert.py +++ b/ocrd_page_to_alto/convert.py @@ -279,7 +279,7 @@ def _convert_textlines(self, reg_alto, reg_page): self.set_dummy_line_for_region(reg_page) lines = reg_page.get_TextLine() if self.textline_order == 'document': - : + pass elif self.textline_order == 'index': def by_index(line): if line.index is None: