From b3a692f7a50592a569135e935883e0db2ece8b9a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 2 Jul 2011 17:00:31 -0400 Subject: intent --- pyramid/events.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyramid/events.py b/pyramid/events.py index 68e400550..22cbf0cb2 100644 --- a/pyramid/events.py +++ b/pyramid/events.py @@ -24,7 +24,8 @@ class subscriber(object): def mysubscriber(event): event.request.foo = 1 - More than one event type can be passed as a construtor argument: + More than one event type can be passed as a construtor argument. The + decorated subscriber will be called for each event type. .. code-block:: python -- cgit v1.2.3