mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Fix syntax error
This commit is contained in:
parent
e2e361141c
commit
c45f20119c
|
@ -169,7 +169,7 @@ def tostring(im, format, **options):
|
|||
return out.getvalue()
|
||||
|
||||
|
||||
def lena(mode="RGB"), cache={}):
|
||||
def lena(mode="RGB", cache={}):
|
||||
from PIL import Image
|
||||
im = cache.get(mode)
|
||||
if im is None:
|
||||
|
|
Loading…
Reference in New Issue
Block a user