From 5502fb8d9f42967df2ecc95760b34311554fb4d4 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Thu, 13 Apr 2023 16:04:46 -0700 Subject: [PATCH] jobcontext: typo --- src/ocrmypdf/_jobcontext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ocrmypdf/_jobcontext.py b/src/ocrmypdf/_jobcontext.py index bc9fe2b2..8bccf511 100644 --- a/src/ocrmypdf/_jobcontext.py +++ b/src/ocrmypdf/_jobcontext.py @@ -59,7 +59,7 @@ class PdfContext: class PageContext: """Holds our context for a page. - Must be pickable, so stores only intrinsic/simple data elements or those + Must be pickle-able, so stores only intrinsic/simple data elements or those capable of their serializing themselves via ``__getstate__``. """