Skip to content

Commit

Permalink
Merge pull request #3201 from tjwudi/patch-2
Browse files Browse the repository at this point in the history
Fix type
  • Loading branch information
stevepiercy committed Nov 11, 2017
2 parents e90b5ab + 1a928d4 commit cc6a6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyramid/events.py
Expand Up @@ -225,7 +225,7 @@ class BeforeRender(dict):
""" """
Subscribers to this event may introspect and modify the set of Subscribers to this event may introspect and modify the set of
:term:`renderer globals` before they are passed to a :term:`renderer`. :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:: for this purpose. For example::
from pyramid.events import subscriber from pyramid.events import subscriber
Expand Down

0 comments on commit cc6a6ed

Please sign in to comment.