mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
fix typo
This commit is contained in:
parent
b9c1694dad
commit
528bcc286e
1 changed files with 1 additions and 1 deletions
|
|
@ -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()]
|
||||
|
|
|
|||
Loading…
Reference in a new issue