Skip to content

Commit

Permalink
Fixed minor docstring typo for teardown_request()
Browse files Browse the repository at this point in the history
  • Loading branch information
mypetyak committed Jan 29, 2015
1 parent 495704e commit d60e134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ def teardown_request(self, f):
.. admonition:: Debug Note
In debug mode Flask will not tear down a request on an exception
immediately. Instead if will keep it alive so that the interactive
immediately. Instead it will keep it alive so that the interactive
debugger can still access it. This behavior can be controlled
by the ``PRESERVE_CONTEXT_ON_EXCEPTION`` configuration variable.
"""
Expand Down

0 comments on commit d60e134

Please sign in to comment.