summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2011-10-02 18:12:41 -0700
committerMichael Merickel <michael@merickel.org>2011-10-02 18:12:41 -0700
commit98ada398f0eec19d5f47e06d1f390d178411a693 (patch)
tree54fe2ee0957d1ce900caf1b681c188a520684a03
parenta4b82c81f41ea8900b763951d6b4b0a18b33fdb2 (diff)
parent56cfe981933d45d77b432fc1eaf3e2637f26efd8 (diff)
downloadpyramid-98ada398f0eec19d5f47e06d1f390d178411a693.tar.gz
pyramid-98ada398f0eec19d5f47e06d1f390d178411a693.tar.bz2
pyramid-98ada398f0eec19d5f47e06d1f390d178411a693.zip
Merge pull request #309 from dairiki/master
Trival doc typo
-rw-r--r--pyramid/events.py2
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):