Skip to content

Commit

Permalink
Fixed a typo. This closes pallets#278
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jul 13, 2011
1 parent 76c8bb5 commit 9d899cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask/app.py
Expand Up @@ -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
Expand Down

0 comments on commit 9d899cd

Please sign in to comment.