Skip to content

Commit 27497dc

Browse files
committed
Fix typo in error message
1 parent ce354e1 commit 27497dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pdf2image/pdf2image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def convert_from_path(
213213
except TimeoutExpired:
214214
proc.kill()
215215
outs, errs = proc.communicate()
216-
raise PDFPopplerTimeoutError("Run poppler poppler timeout.")
216+
raise PDFPopplerTimeoutError("Run poppler timeout.")
217217

218218
if b"Syntax Error" in err and strict:
219219
raise PDFSyntaxError(err.decode("utf8", "ignore"))

0 commit comments

Comments
 (0)