Skip to content

Commit

Permalink
Fix typo in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba committed May 15, 2015
1 parent 8346912 commit 74d6d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plugins/letsencrypt_example_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 74d6d4e

Please sign in to comment.