diff --git a/docs/patterns/appdispatch.rst b/docs/patterns/appdispatch.rst index 129fce7a..93b4af96 100644 --- a/docs/patterns/appdispatch.rst +++ b/docs/patterns/appdispatch.rst @@ -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)