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)