This commit is contained in:
James Kasten 2015-03-04 23:01:27 -08:00
parent b9c1694dad
commit 528bcc286e

View file

@ -37,7 +37,7 @@ class IJSONSerializable(zope.interface.Interface):
return 'foo'
class Bar(object):
zope.interface.implemeents(IJSONSerializable)
zope.interface.implements(IJSONSerializable)
def to_json(self):
return [Foo(), Foo()]