Corrects Code Comment

pull/283/head
Fakabbir Amin 2019-08-20 17:13:27 +05:30
parent 3d549ea48c
commit abd685fdc6
1 changed files with 3 additions and 3 deletions

View File

@ -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',