diff options
author | Jason Madden <jamadden@gmail.com> | 2018-03-22 11:57:03 -0500 |
---|---|---|
committer | Jason Madden <jamadden@gmail.com> | 2018-03-22 11:57:03 -0500 |
commit | f7f85811605b354c43c511ec980bcc543bb6fc30 (patch) | |
tree | 8e93f044588f724666f073bf218146ae8616a5cf /docs/classhandler.rst | |
parent | c23444edde95141192d46b98276de1d0206d9a97 (diff) | |
download | zope-event-dry-classhandler-docs.tar.gz |
Move the function signature to the .rst file per discussion.dry-classhandler-docs
Also rename decorator to _decorator per discussion.
Diffstat (limited to 'docs/classhandler.rst')
-rw-r--r-- | docs/classhandler.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/classhandler.rst b/docs/classhandler.rst index 3135aa1..d007613 100644 --- a/docs/classhandler.rst +++ b/docs/classhandler.rst @@ -3,3 +3,6 @@ ============================ .. automodule:: zope.event.classhandler + :no-members: + +.. autofunction:: handler(event_class, [handler]) |