fix typo
This commit is contained in:
parent
d94634b1be
commit
2d3f72574d
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ context is active when a request context is, or when a CLI command is
|
|||
run. If you're storing something that should be closed, use
|
||||
:meth:`~flask.Flask.teardown_appcontext` to ensure that it gets closed
|
||||
when the application context ends. If it should only be valid during a
|
||||
request, or would not be used in the CLI outside a reqeust, use
|
||||
request, or would not be used in the CLI outside a request, use
|
||||
:meth:`~flask.Flask.teardown_request`.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue