diff options
| author | Jeff Dairiki <dairiki@dairiki.org> | 2011-10-02 10:55:49 -0700 |
|---|---|---|
| committer | Jeff Dairiki <dairiki@dairiki.org> | 2011-10-02 10:55:49 -0700 |
| commit | 56cfe981933d45d77b432fc1eaf3e2637f26efd8 (patch) | |
| tree | 3d2407c683ca72db10c0414aa1e85487f95b08b8 | |
| parent | b1e795e320a505f9ed737a5f1466261508cfc33b (diff) | |
| download | pyramid-56cfe981933d45d77b432fc1eaf3e2637f26efd8.tar.gz pyramid-56cfe981933d45d77b432fc1eaf3e2637f26efd8.tar.bz2 pyramid-56cfe981933d45d77b432fc1eaf3e2637f26efd8.zip | |
Trivial doc fix.
| -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 a495d9c29..33a389e12 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): |
