diff options
| author | Chris McDonough <chrism@plope.com> | 2011-10-03 17:45:29 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-10-03 17:45:29 -0400 |
| commit | aa48e2b50dc6d1d79bcab17dd1cec83f3b40c531 (patch) | |
| tree | 68271974e557e04cc1442b9c599241ee08ce6301 | |
| parent | d156a55473d3b3dab120ef3ad86d342899ca0b33 (diff) | |
| parent | 98ada398f0eec19d5f47e06d1f390d178411a693 (diff) | |
| download | pyramid-aa48e2b50dc6d1d79bcab17dd1cec83f3b40c531.tar.gz pyramid-aa48e2b50dc6d1d79bcab17dd1cec83f3b40c531.tar.bz2 pyramid-aa48e2b50dc6d1d79bcab17dd1cec83f3b40c531.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
| -rw-r--r-- | pyramid/events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/events.py b/pyramid/events.py index bc49096af..5ef60ea89 100644 --- a/pyramid/events.py +++ b/pyramid/events.py @@ -75,7 +75,7 @@ class subscriber(object): class NewRequest(object): """ An instance of this class is emitted as an :term:`event` whenever :app:`Pyramid` begins to process a new request. The - even instance has an attribute, ``request``, which is a + event instance has an attribute, ``request``, which is a :term:`request` object. This event class implements the :class:`pyramid.interfaces.INewRequest` interface.""" def __init__(self, request): |
