diff options
| author | Carlos de la Guardia <cguardia@yahoo.com> | 2011-12-05 06:32:42 -0800 |
|---|---|---|
| committer | Carlos de la Guardia <cguardia@yahoo.com> | 2011-12-05 06:32:42 -0800 |
| commit | f6284e318097cefd46c69decfab42c7b6824b5cc (patch) | |
| tree | 5c320205594df44ef76caf907326e65b004d6784 | |
| parent | 4e6afcc4e4b48ceee4f2f435223b2f8470514b2e (diff) | |
| parent | 4a88195676733fb32e01893eb9de0f5e3fd2b7ff (diff) | |
| download | pyramid-f6284e318097cefd46c69decfab42c7b6824b5cc.tar.gz pyramid-f6284e318097cefd46c69decfab42c7b6824b5cc.tar.bz2 pyramid-f6284e318097cefd46c69decfab42c7b6824b5cc.zip | |
Merge pull request #368 from stevepiercy/master
grammar correction
| -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``. |
