summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos de la Guardia <cguardia@yahoo.com>2011-12-05 06:32:42 -0800
committerCarlos de la Guardia <cguardia@yahoo.com>2011-12-05 06:32:42 -0800
commitf6284e318097cefd46c69decfab42c7b6824b5cc (patch)
tree5c320205594df44ef76caf907326e65b004d6784
parent4e6afcc4e4b48ceee4f2f435223b2f8470514b2e (diff)
parent4a88195676733fb32e01893eb9de0f5e3fd2b7ff (diff)
downloadpyramid-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.rst8
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``.