summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/interfaces.py2
1 files changed, 1 insertions, 1 deletions
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