diff options
| -rw-r--r-- | docs/narr/views.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst index 63fb4fd58..4d3652c57 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -547,9 +547,9 @@ header path_info - The value of this attribute represents a regex query for the - ``PATH_INFO`` HTTP request header. If the regex matches, this - predicate will be true. + The value of this attribute represents a regular expression pattern + that will be tested against the ``PATH_INFO`` WSGI environment + variable. If the regex matches, this predicate will be true. .. note:: This feature is new as of :mod:`repoze.bfg` 1.1. |
