Fix syntax error

This commit is contained in:
hugovk 2014-06-06 14:53:33 +03:00
parent e2e361141c
commit c45f20119c

View File

@ -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: