Merge pull request #269 from hadleyrich/master

Doc fix
This commit is contained in:
Armin Ronacher 2011-07-06 01:25:40 -07:00
commit f55d614427
1 changed files with 1 additions and 1 deletions

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)