From 56cfe981933d45d77b432fc1eaf3e2637f26efd8 Mon Sep 17 00:00:00 2001 From: Jeff Dairiki Date: Sun, 2 Oct 2011 10:55:49 -0700 Subject: Trivial doc fix. --- pyramid/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3