Chris McDonough
2011-07-02 b3a692f7a50592a569135e935883e0db2ece8b9a
intent
1 files modified
3 ■■■■ changed files
pyramid/events.py 3 ●●●● patch | view | raw | blame | history
pyramid/events.py
@@ -24,7 +24,8 @@
       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