diff options
| -rw-r--r-- | pyramid/interfaces.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py index 298eaf303..2b00752cf 100644 --- a/pyramid/interfaces.py +++ b/pyramid/interfaces.py @@ -27,8 +27,8 @@ IAfterTraversal = IContextFound class IBeforeTraversal(Interface): """ - An event type that is emitted whenever :app:`Pyramid` has found a route - but before it calls any traversal or view code. See the documentation + An event type that is emitted after :app:`Pyramid` attempted to find a + route but before it calls any traversal or view code. See the documentation attached to :class:`pyramid.events.Routefound` for more information. """ request = Attribute('The request object') |
