From 9d899cd63e539b92262bbc6f101e7b5408bb31fc Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 13 Jul 2011 14:04:23 +0200 Subject: [PATCH] Fixed a typo. This closes #278 --- flask/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/app.py b/flask/app.py index 48369ee4..a48e8f63 100644 --- a/flask/app.py +++ b/flask/app.py @@ -82,7 +82,7 @@ class Flask(_PackageBoundObject): extension will look for the code in your application that triggered an SQL query in debug mode. If the import name is not properly set up, that debugging information is lost. (For example it would only - pick up SQL queries in `yourapplicaiton.app` and not + pick up SQL queries in `yourapplication.app` and not `yourapplication.views.frontend`) .. versionadded:: 0.5