diff options
| author | Michael Merickel <michael@merickel.org> | 2011-07-31 09:46:02 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2011-07-31 09:46:02 -0600 |
| commit | c337a8477658e9a41a07fa3d0a17c23bde93f26c (patch) | |
| tree | b1f4cb2e706063a5a2d220a1ee934e1c50d85077 | |
| parent | be03f74bea45854fec8aabca9407ca983c65111f (diff) | |
| download | pyramid-c337a8477658e9a41a07fa3d0a17c23bde93f26c.tar.gz pyramid-c337a8477658e9a41a07fa3d0a17c23bde93f26c.tar.bz2 pyramid-c337a8477658e9a41a07fa3d0a17c23bde93f26c.zip | |
Fixed spelling in the IRoute interface.
| -rw-r--r-- | pyramid/interfaces.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 ' |
