From 7709b1e047e88bf8c6b5f9b35bc589914023929d Mon Sep 17 00:00:00 2001 From: Carlos de la Guardia Date: Fri, 11 Nov 2011 21:53:28 -0600 Subject: typo --- pyramid/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py index f08bd5fbb..fcdf72d01 100644 --- a/pyramid/interfaces.py +++ b/pyramid/interfaces.py @@ -344,7 +344,7 @@ class IDict(Interface): class IBeforeRender(IDict): """ - Subscribers to this event may introspect the 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`. The event object itself provides a dictionary-like interface for adding and removing :term:`renderer globals`. The keys and values of the -- cgit v1.2.3