mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 01:04:29 +03:00
Change single to double quotes
This commit is contained in:
parent
15612d94b5
commit
60997894d1
|
@ -56,7 +56,7 @@ class PcfFontFile(FontFile.FontFile):
|
||||||
|
|
||||||
name = "name"
|
name = "name"
|
||||||
|
|
||||||
def __init__(self, fp, charset_encoding='iso8859-1'):
|
def __init__(self, fp, charset_encoding="iso8859-1"):
|
||||||
|
|
||||||
self.charset_encoding = charset_encoding
|
self.charset_encoding = charset_encoding
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user