summaryrefslogtreecommitdiff
path: root/docs/narr/introspector.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-03 21:25:43 -0500
committerChris McDonough <chrism@plope.com>2011-12-03 21:25:43 -0500
commitd8e504cb1d486b9cd1caea7437ff212f92ed4fdb (patch)
tree94e264de4056021a603551143633d67d87a51e2f /docs/narr/introspector.rst
parentb40fb8b26fe37102b076cd2310ea7a3fe8b79311 (diff)
downloadpyramid-d8e504cb1d486b9cd1caea7437ff212f92ed4fdb.tar.gz
pyramid-d8e504cb1d486b9cd1caea7437ff212f92ed4fdb.tar.bz2
pyramid-d8e504cb1d486b9cd1caea7437ff212f92ed4fdb.zip
make add_route generate the right request methods introspection value
Diffstat (limited to 'docs/narr/introspector.rst')
-rw-r--r--docs/narr/introspector.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/narr/introspector.rst b/docs/narr/introspector.rst
index 71b41773c..1285a4cf1 100644
--- a/docs/narr/introspector.rst
+++ b/docs/narr/introspector.rst
@@ -258,7 +258,8 @@ introspectables in categories not described here.
``request_methods``
A sequence of request method names implied by the ``request_method``
- argument passed to ``add_route``.
+ argument passed to ``add_route`` or the value ``None`` if a
+ ``request_method`` argument was not supplied.
``path_info``
@@ -361,7 +362,8 @@ introspectables in categories not described here.
``request_methods``
A sequence of request method names implied by the ``request_method``
- argument passed to ``add_view``.
+ argument passed to ``add_view`` or the value ``None`` if a
+ ``request_method`` argument was not supplied.
``route_name``