Michael Merickel
2011-07-31 c337a8477658e9a41a07fa3d0a17c23bde93f26c
Fixed spelling in the IRoute interface.
1 files modified
2 ■■■ changed files
pyramid/interfaces.py 2 ●●● patch | view | raw | blame | history
pyramid/interfaces.py
@@ -631,7 +631,7 @@
        '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 '