diff options
Diffstat (limited to 'src/zope/interface/declarations.py')
| -rw-r--r-- | src/zope/interface/declarations.py | 2 |
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: |
