From 1a928d4ce962245f2618abbc5c5594b381a7785d Mon Sep 17 00:00:00 2001 From: John Wu Date: Fri, 10 Nov 2017 16:56:21 -0800 Subject: Fix type --- pyramid/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/events.py b/pyramid/events.py index d3b068bd3..93fc127a1 100644 --- a/pyramid/events.py +++ b/pyramid/events.py @@ -225,7 +225,7 @@ class BeforeRender(dict): """ Subscribers to this event may introspect and modify the set of :term:`renderer globals` before they are passed to a :term:`renderer`. - This event object iself has a dictionary-like interface that can be used + This event object itself has a dictionary-like interface that can be used for this purpose. For example:: from pyramid.events import subscriber -- cgit v1.2.3