Merge branch 'master' of github.com:mitsuhiko/flask

This commit is contained in:
Armin Ronacher 2011-07-06 10:25:52 +02:00
commit 805276a8aa

View file

@ -167,4 +167,4 @@ falls back to another application if the creator function returns `None`::
if user is not None:
return create_app(user)
application = PathDispatcher('example.com', default_app, make_app)
application = PathDispatcher(default_app, make_app)