From f4d89fe6cc51829757512ee7b2f046a26ea11145 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 3 Jun 2023 00:29:26 -0700 Subject: [PATCH] Fix typo --- src/ocrmypdf/extra_plugins/semfree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ocrmypdf/extra_plugins/semfree.py b/src/ocrmypdf/extra_plugins/semfree.py index 6e7dd3c2..94e88757 100644 --- a/src/ocrmypdf/extra_plugins/semfree.py +++ b/src/ocrmypdf/extra_plugins/semfree.py @@ -12,7 +12,7 @@ worker communicates only with the main process. This is not without drawbacks. If the tasks are not "even" in size, which cannot be guaranteed, some workers may end up with too much work while others are idle. -It is less efficient than the standard implementation, so not th edefault. +It is less efficient than the standard implementation, so not the default. """ from __future__ import annotations