Chris McDonough
2011-12-05 7f341814c72d16e09eb5b8741fc92ef5d17c8cc3
Merge branch 'master' of github.com:Pylons/pyramid
1 files modified
8 ■■■■ changed files
docs/narr/introspector.rst 8 ●●●● patch | view | raw | blame | history
docs/narr/introspector.rst
@@ -43,7 +43,7 @@
was called.  It uses the :meth:`pyramid.interfaces.IIntrospector.get` method
to return an introspectable in the category ``routes`` with a
:term:`discriminator` equal to the matched route name.  It then uses the
returned introspectable to obtain an "pattern" value.
returned introspectable to obtain a "pattern" value.
The introspectable returned by the query methods of the introspector has
methods and attributes described by
@@ -59,7 +59,7 @@
----------------------
Introspectable objects are returned from query methods of an introspector.
Each introspectable object implements the attributes and methods the
Each introspectable object implements the attributes and methods
documented at :class:`pyramid.interfaces.IIntrospectable`.
The important attributes shared by all introspectables are the following:
@@ -289,11 +289,11 @@
    The ``pregenerator`` argument passed to ``add_route``.
  ``pregenerator``
  ``static``
    The ``static`` argument passed to ``add_route``.
  ``pregenerator``
  ``use_global_views``
    The ``use_global_views`` argument passed to ``add_route``.