From 9197920a850cf80600fdf51a7235a364e253f621 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 5 Dec 2011 01:04:23 -0800 Subject: grammar correction --- docs/narr/introspector.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/narr/introspector.rst b/docs/narr/introspector.rst index cfc6144dd..83f05bc2f 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 -- cgit v1.2.3 From 51e3ae1d6023f1acc0788b44d6f87b8c2ac03f48 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 5 Dec 2011 01:59:18 -0800 Subject: grammar --- docs/narr/introspector.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/narr/introspector.rst b/docs/narr/introspector.rst index 83f05bc2f..3e42c42f6 100644 --- a/docs/narr/introspector.rst +++ b/docs/narr/introspector.rst @@ -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: -- cgit v1.2.3 From 4a88195676733fb32e01893eb9de0f5e3fd2b7ff Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 5 Dec 2011 02:35:07 -0800 Subject: too many pregenerator? --- docs/narr/introspector.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/narr/introspector.rst b/docs/narr/introspector.rst index 3e42c42f6..6bdca645c 100644 --- a/docs/narr/introspector.rst +++ b/docs/narr/introspector.rst @@ -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``. -- cgit v1.2.3