summaryrefslogtreecommitdiff
path: root/docs/classhandler.rst
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2018-03-22 11:57:03 -0500
committerJason Madden <jamadden@gmail.com>2018-03-22 11:57:03 -0500
commitf7f85811605b354c43c511ec980bcc543bb6fc30 (patch)
tree8e93f044588f724666f073bf218146ae8616a5cf /docs/classhandler.rst
parentc23444edde95141192d46b98276de1d0206d9a97 (diff)
downloadzope-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.rst3
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])