forked from orbit-oss/flask
Fix typo s/at at/at a/
This commit is contained in:
parent
b63a9926dd
commit
5689ef3639
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ Teardown Callbacks
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
The teardown callbacks are special callbacks in that they are executed at
|
The teardown callbacks are special callbacks in that they are executed at
|
||||||
at different point. Strictly speaking they are independent of the actual
|
a different point. Strictly speaking they are independent of the actual
|
||||||
request handling as they are bound to the lifecycle of the
|
request handling as they are bound to the lifecycle of the
|
||||||
:class:`~flask.ctx.RequestContext` object. When the request context is
|
:class:`~flask.ctx.RequestContext` object. When the request context is
|
||||||
popped, the :meth:`~flask.Flask.teardown_request` functions are called.
|
popped, the :meth:`~flask.Flask.teardown_request` functions are called.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue