Skip to content

Commit

Permalink
Fix a typo in the deferred-callbacks docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose committed Dec 11, 2012
1 parent fedc96c commit a319516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/patterns/deferredcallbacks.rst
Expand Up @@ -19,7 +19,7 @@ instead. Sometimes however moving that code there is just not a very
pleasant experience or makes code look very awkward.

As an alternative possibility you can attach a bunch of callback functions
to the :data:`~flask.g` object and call then at the end of the request.
to the :data:`~flask.g` object and call them at the end of the request.
This way you can defer code execution from anywhere in the application.


Expand Down

0 comments on commit a319516

Please sign in to comment.