Merge pull request #3414 from thiagojobson/master

Fix typo in documentation
This commit is contained in:
Joshua Bronson 2019-11-02 18:40:20 -04:00 committed by GitHub
commit 9b0ba59a37

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