Merge pull request #3414 from thiagojobson/master
Fix typo in documentation
This commit is contained in:
commit
a250997f75
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
|
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`
|
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.
|
more complicated or awkward to reason about.
|
||||||
|
|
||||||
As an alternative, you can use :func:`~flask.after_this_request` to register
|
As an alternative, you can use :func:`~flask.after_this_request` to register
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue