forked from orbit-oss/flask
Fixed a typo in the docs.
This commit is contained in:
parent
99c2defb43
commit
c8663e8dab
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ application factories (see :ref:`app-factories`).
|
|||
|
||||
Note however that if you are using a test request context, the
|
||||
:meth:`~flask.Flask.before_request` functions are not automatically called
|
||||
same fore :meth:`~flask.Flask.after_request` functions. However
|
||||
same for :meth:`~flask.Flask.after_request` functions. However
|
||||
:meth:`~flask.Flask.teardown_request` functions are indeed executed when
|
||||
the test request context leaves the `with` block. If you do want the
|
||||
:meth:`~flask.Flask.before_request` functions to be called as well, you
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue