Rename PDFContext->PdfContext

This commit is contained in:
James R. Barlow
2020-05-02 04:32:46 -07:00
parent e02f6c1e97
commit 5dbc080fa0
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ from functools import partial
from ocrmypdf._plugin_manager import get_plugin_manager
class PDFContext:
class PdfContext:
"""Holds our context for a particular run of the pipeline"""
def __init__(self, options, work_folder, origin, pdfinfo, plugin_manager):