Skip to content

Commit

Permalink
Fix typo s/at at/at a/
Browse files Browse the repository at this point in the history
  • Loading branch information
DasIch committed Oct 22, 2013
1 parent b63a992 commit 5689ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reqcontext.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Teardown Callbacks
------------------

The teardown callbacks are special callbacks in that they are executed at
at different point. Strictly speaking they are independent of the actual
a different point. Strictly speaking they are independent of the actual
request handling as they are bound to the lifecycle of the
:class:`~flask.ctx.RequestContext` object. When the request context is
popped, the :meth:`~flask.Flask.teardown_request` functions are called.
Expand Down

0 comments on commit 5689ef3

Please sign in to comment.