diff options
| -rw-r--r-- | repoze/bfg/wsgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/wsgi.py b/repoze/bfg/wsgi.py index bdf7057aa..c7853c035 100644 --- a/repoze/bfg/wsgi.py +++ b/repoze/bfg/wsgi.py @@ -63,7 +63,7 @@ def wsgiapp2(wrapped): context="*" /> - The wsgiapp decorator will convert the result of the WSGI + The wsgiapp2 decorator will convert the result of the WSGI application to a Response and return it to repoze.bfg as if the WSGI app were a repoze.bfg view. The ``SCRIPT_NAME`` and ``PATH_INFO`` values present in the WSGI environment are fixed up |
