forked from orbit-oss/flask
Fix typo
This commit is contained in:
parent
1234eb0f9f
commit
4f6b310513
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ response object.
|
|||
|
||||
One way is to avoid the situation. Very often that is possible. For instance
|
||||
you can try to move that logic into a :meth:`~flask.Flask.after_request`
|
||||
callback instead. However, sometimes moving code there makes it more
|
||||
callback instead. However, sometimes moving code there makes it
|
||||
more complicated or awkward to reason about.
|
||||
|
||||
As an alternative, you can use :func:`~flask.after_this_request` to register
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue