Fix typo in examples

This commit is contained in:
Jakub Warmuz
2015-05-15 19:53:41 +00:00
parent 834691278e
commit 74d6d4e0b3
@@ -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)