Browse Source

Merge pull request #1039 from erikrose/patch-1

Fix a docstring type in cli.py.
pull/1040/head
Armin Ronacher 11 years ago
parent
commit
9213e77957
  1. 2
      flask/cli.py

2
flask/cli.py

@ -99,7 +99,7 @@ def locate_app(app_id, debug=None):
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
the application upfront because it means that we can forward all
errors for import problems into the browser as error.

Loading…
Cancel
Save