From ed9e458850a548ceb6027bf25a657f26595656ff Mon Sep 17 00:00:00 2001 From: Erik Rose Date: Mon, 28 Apr 2014 11:26:18 -0400 Subject: [PATCH] Fix a docstring type in cli.py. --- flask/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/cli.py b/flask/cli.py index ccfb7e17..4b4d934c 100644 --- a/flask/cli.py +++ b/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.