From 7c03d96d25c2a06a5cec4f2506d8bf36f3441158 Mon Sep 17 00:00:00 2001 From: Fakabbir Amin Date: Tue, 20 Aug 2019 17:16:10 +0530 Subject: [PATCH] Corrects Comment --- pdfminer/pdffont.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pdfminer/pdffont.py b/pdfminer/pdffont.py index 5217071..be9ef8b 100644 --- a/pdfminer/pdffont.py +++ b/pdfminer/pdffont.py @@ -133,7 +133,6 @@ NIBBLES = ('0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '.', 'e', 'e-', Non #Note: DLIdent-* isn't found in PDF Reference but is been kept as #it is harmless and have possibility of been a type. (induced from bug report/PR) -""" IDENTITY_ENCODER = {'Identity-H':'Identity-H', 'Identity-V':'Identity-V', 'DLIdent-H':'Identity-H',