From 03403e14826e4cb56f91ec8556ea658e16ab28da Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 9 Sep 2013 20:18:35 -0400 Subject: 79 cols --- pyramid/events.py | 6 +++--- 1 file 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`. -- cgit v1.2.3