From bfcd5a2b2abcf53c31ab50255a130e379c9766cc Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 22 Oct 2009 20:38:03 +0000 Subject: It's an envvar. --- docs/narr/views.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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. -- cgit v1.2.3