diff options
| -rw-r--r-- | repoze/bfg/view.py | 2 |
1 files changed, 1 insertions, 1 deletions
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:: |
