diff --git a/venusian/__init__.py b/venusian/__init__.py index 6edaed4..c068180 100644 --- a/venusian/__init__.py +++ b/venusian/__init__.py @@ -451,7 +451,7 @@ def smack(self): pass *plus* ones attached to Sub.boo, Sub.hiss, Sub.hump and Sub.smack. If a subclass overrides a decorator on a method, its superclass decorators - will be ignored for the subclass. That means that in this configuration: + will be ignored for the subclass. That means that in this configuration:: from venusian import lift from somepackage import venusian_decorator