summaryrefslogtreecommitdiff
path: root/docs/narr/introspector.rst
diff options
context:
space:
mode:
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``