From abd685fdc6853eac2df7b01a65f98f5264db6f08 Mon Sep 17 00:00:00 2001 From: Fakabbir Amin Date: Tue, 20 Aug 2019 17:13:27 +0530 Subject: [PATCH] Corrects Code Comment --- pdfminer/pdffont.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pdfminer/pdffont.py b/pdfminer/pdffont.py index e94b383..5217071 100644 --- a/pdfminer/pdffont.py +++ b/pdfminer/pdffont.py @@ -130,9 +130,9 @@ class Type1FontHeaderParser(PSStackParser): NIBBLES = ('0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '.', 'e', 'e-', None, '-') -""" -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) + +#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',