mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
fix typo
This commit is contained in:
@@ -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()]
|
||||
|
||||
Reference in New Issue
Block a user