diff options
| author | Chris McDonough <chrism@plope.com> | 2011-12-05 14:28:10 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-12-05 14:28:10 -0500 |
| commit | 7f341814c72d16e09eb5b8741fc92ef5d17c8cc3 (patch) | |
| tree | 0bf9224e07b690ff176b5212c876522c49c3a2f4 | |
| parent | f1f6e87e9437193be4a01c883921fc33bf54ad16 (diff) | |
| parent | f6284e318097cefd46c69decfab42c7b6824b5cc (diff) | |
| download | pyramid-7f341814c72d16e09eb5b8741fc92ef5d17c8cc3.tar.gz pyramid-7f341814c72d16e09eb5b8741fc92ef5d17c8cc3.tar.bz2 pyramid-7f341814c72d16e09eb5b8741fc92ef5d17c8cc3.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
| -rw-r--r-- | docs/narr/introspector.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/introspector.rst b/docs/narr/introspector.rst index cfc6144dd..6bdca645c 100644 --- a/docs/narr/introspector.rst +++ b/docs/narr/introspector.rst @@ -43,7 +43,7 @@ provided to the ``add_route`` method of the route which matched when the view 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 ---------------------- 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 @@ introspectables in categories not described here. 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``. |
