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