summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/events.py6
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`.