Skip to content

Commit

Permalink
fix sphinx rendering of lift() docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Mar 10, 2016
1 parent 2b4916f commit 1ad8d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion venusian/__init__.py
Expand Up @@ -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
Expand Down

0 comments on commit 1ad8d1c

Please sign in to comment.