From 80a192e6a41f61abb1aa3635f054c02cafc1db06 Mon Sep 17 00:00:00 2001 From: Matthias Boenig Date: Sat, 11 Jul 2020 14:48:54 +0200 Subject: [PATCH] Update extract_lines.py typo: conent ->content --- ocrd_segment/extract_lines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocrd_segment/extract_lines.py b/ocrd_segment/extract_lines.py index 9a3fa3e..5b70080 100644 --- a/ocrd_segment/extract_lines.py +++ b/ocrd_segment/extract_lines.py @@ -121,7 +121,7 @@ def process(self): lpolygon_abs = polygon_from_points(line.get_Coords().points) ltext = line.get_TextEquiv() if not ltext: - LOG.warning("Line '%s' contains no text conent", line.id) + LOG.warning("Line '%s' contains no text content", line.id) ltext = '' else: ltext = ltext[0].Unicode