diff options
Diffstat (limited to 'repoze')
| -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 a04be9e97..bdf7057aa 100644 --- a/repoze/bfg/wsgi.py +++ b/repoze/bfg/wsgi.py @@ -48,7 +48,7 @@ def wsgiapp2(wrapped): E.g.:: - @wsgiapp + @wsgiapp2 def hello_world(environ, start_response): body = 'Hello world' start_response('200 OK', [ ('Content-Type', 'text/plain'), |
