From 4968d5862117446b040094d20dae551685fa3ef0 Mon Sep 17 00:00:00 2001 From: josch Date: Fri, 13 Mar 2015 14:33:45 +0100 Subject: [PATCH] fix typo --- src/img2pdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/img2pdf.py b/src/img2pdf.py index ffa95e1..c3cf5e1 100755 --- a/src/img2pdf.py +++ b/src/img2pdf.py @@ -162,7 +162,7 @@ class pdfdoc(object): b"/Width": width, b"/Height": height, b"/ColorSpace": colorspace, - # hardcoded as PIL doesnt provide bits for non-jpeg formats + # hardcoded as PIL doesn't provide bits for non-jpeg formats b"/BitsPerComponent": 8, b"/Length": len(imgdata) }, imgdata)