This commit is contained in:
Thiago J. Barbalho 2019-11-02 20:56:35 +00:00 committed by GitHub
parent e750348459
commit a327136305

View file

@ -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