From bbaa2303d7dbebd8d7159fc39e9bab63ae0787f7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 22 Oct 2009 20:38:34 +0000 Subject: It's an envvar. --- repoze/bfg/view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repoze/bfg/view.py b/repoze/bfg/view.py index 11aea496f..603992551 100644 --- a/repoze/bfg/view.py +++ b/repoze/bfg/view.py @@ -321,7 +321,7 @@ class bfg_view(object): If ``path_info`` is specified, it must be a regular expression. The view will only be invoked if the ``PATH_INFO`` - HTTP header matches the expression. + WSGI environment variable matches the expression. Any individual or all parameters can be omitted. The simplest bfg_view declaration then becomes:: -- cgit v1.2.3