Fixed a typo. This closes #278
This commit is contained in:
parent
76c8bb5f6c
commit
9d899cd63e
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class Flask(_PackageBoundObject):
|
||||||
extension will look for the code in your application that triggered
|
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
|
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
|
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`)
|
`yourapplication.views.frontend`)
|
||||||
|
|
||||||
.. versionadded:: 0.5
|
.. versionadded:: 0.5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue