Skip to content

Commit 94b1a88

Browse files
committed
Change single to double quotes
1 parent 4fbaa9c commit 94b1a88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PIL/PcfFontFile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class PcfFontFile(FontFile.FontFile):
5555

5656
name = "name"
5757

58-
def __init__(self, fp, charset_encoding='iso8859-1'):
58+
def __init__(self, fp, charset_encoding="iso8859-1"):
5959

6060
self.charset_encoding = charset_encoding
6161

0 commit comments

Comments
 (0)