From f348c6e9fff3f4c29378fc35601f22f401f2d2bb Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 1 Jun 2009 16:43:55 +0000 Subject: - Fix a reference to ``wsgiapp`` in the ``wsgiapp2`` API documentation within the ``repoze.bfg.wsgi`` module. --- repoze/bfg/wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repoze') 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'), -- cgit v1.2.3