Fix a docstring type in cli.py.
This commit is contained in:
parent
a3a5075a94
commit
ed9e458850
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ def locate_app(app_id, debug=None):
|
||||||
|
|
||||||
|
|
||||||
class DispatchingApp(object):
|
class DispatchingApp(object):
|
||||||
"""Special applicationt that dispatches to a flask application which
|
"""Special application that dispatches to a flask application which
|
||||||
is imported by name on first request. This is safer than importing
|
is imported by name on first request. This is safer than importing
|
||||||
the application upfront because it means that we can forward all
|
the application upfront because it means that we can forward all
|
||||||
errors for import problems into the browser as error.
|
errors for import problems into the browser as error.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue