We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbaa9c commit 94b1a88Copy full SHA for 94b1a88
1 file changed
src/PIL/PcfFontFile.py
@@ -55,7 +55,7 @@ class PcfFontFile(FontFile.FontFile):
55
56
name = "name"
57
58
- def __init__(self, fp, charset_encoding='iso8859-1'):
+ def __init__(self, fp, charset_encoding="iso8859-1"):
59
60
self.charset_encoding = charset_encoding
61
0 commit comments