Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago J. Barbalho authored Nov 2, 2019
1 parent 1234eb0 commit 4f6b310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/patterns/deferredcallbacks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f6b310

Please sign in to comment.