mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Fix typo in examples
This commit is contained in:
@@ -20,7 +20,7 @@ class Authenticator(common.Plugin):
|
||||
# "self" as first argument, e.g. def prepare(self)...
|
||||
|
||||
|
||||
class Installer(common.Plugins):
|
||||
class Installer(common.Plugin):
|
||||
"""Example Installer."""
|
||||
zope.interface.implements(interfaces.IInstaller)
|
||||
zope.interface.classProvides(interfaces.IPluginFactory)
|
||||
|
||||
Reference in New Issue
Block a user