mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +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"
|
||||
|
||||
def __init__(self, fp, charset_encoding='iso8859-1'):
|
||||
def __init__(self, fp, charset_encoding="iso8859-1"):
|
||||
|
||||
self.charset_encoding = charset_encoding
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user