summaryrefslogtreecommitdiff
path: root/src/zope/interface/declarations.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/interface/declarations.py')
-rw-r--r--src/zope/interface/declarations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zope/interface/declarations.py b/src/zope/interface/declarations.py
index 3ee27c4..bafe399 100644
--- a/src/zope/interface/declarations.py
+++ b/src/zope/interface/declarations.py
@@ -497,7 +497,7 @@ class implementer_only:
# XXX Does this decorator make sense for anything but classes?
# I don't think so. There can be no inheritance of interfaces
# on a method pr function....
- raise ValueError('The implementor_only decorator is not '
+ raise ValueError('The implementer_only decorator is not '
'supported for methods or functions.')
else:
# Assume it's a class: