From c337a8477658e9a41a07fa3d0a17c23bde93f26c Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 31 Jul 2011 09:46:02 -0600 Subject: Fixed spelling in the IRoute interface. --- pyramid/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py index 5ef11b1cf..41e896adf 100644 --- a/pyramid/interfaces.py +++ b/pyramid/interfaces.py @@ -631,7 +631,7 @@ class IRoute(Interface): 'when this route matches (or ``None``)') predicates = Attribute( 'A sequence of :term:`route predicate` objects used to ' - 'determine if a request matches this route or not or not after ' + 'determine if a request matches this route or not after ' 'basic pattern matching has been completed.') pregenerator = Attribute('This attribute should either be ``None`` or ' 'a callable object implementing the ' -- cgit v1.2.3