diff options
| author | John Wu <webmaster@leapoahead.com> | 2017-11-10 16:56:21 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-10 16:56:21 -0800 |
| commit | 1a928d4ce962245f2618abbc5c5594b381a7785d (patch) | |
| tree | 355bd73c7195912e754f238b51e58422cdde315f | |
| parent | e90b5ab842f68310066b1e6bd9f0c74dd39ac1bc (diff) | |
| download | pyramid-1a928d4ce962245f2618abbc5c5594b381a7785d.tar.gz pyramid-1a928d4ce962245f2618abbc5c5594b381a7785d.tar.bz2 pyramid-1a928d4ce962245f2618abbc5c5594b381a7785d.zip | |
Fix type
| -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 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 |
