diff options
| author | Chris McDonough <chrism@plope.com> | 2013-09-09 20:18:35 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-09-09 20:18:35 -0400 |
| commit | 03403e14826e4cb56f91ec8556ea658e16ab28da (patch) | |
| tree | bcfaa0b40352afe44efef35f885082bcb65be012 | |
| parent | f8be30b706e7b735b1ea419fbd9899dd2b5c7d27 (diff) | |
| download | pyramid-03403e14826e4cb56f91ec8556ea658e16ab28da.tar.gz pyramid-03403e14826e4cb56f91ec8556ea658e16ab28da.tar.bz2 pyramid-03403e14826e4cb56f91ec8556ea658e16ab28da.zip | |
79 cols
| -rw-r--r-- | pyramid/events.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyramid/events.py b/pyramid/events.py index ca10e2893..5179ab08a 100644 --- a/pyramid/events.py +++ b/pyramid/events.py @@ -228,9 +228,9 @@ class BeforeRender(dict): # {'mykey': 'somevalue'} is returned from the view print(event.rendering_val['mykey']) - In other words, :attr:`rendering_val` is the (non-system) value returned by a - view or passed to ``render*`` as ``value``. This feature is new in Pyramid - 1.2. + In other words, :attr:`rendering_val` is the (non-system) value returned + by a view or passed to ``render*`` as ``value``. This feature is new in + Pyramid 1.2. For a description of the values present in the renderer globals dictionary, see :ref:`renderer_system_values`. |
