Skip to content

Commit

Permalink
Merge pull request #1332 from mypetyak/docs/teardown_request_docstring
Browse files Browse the repository at this point in the history
Fixed minor docstring typo for teardown_request()
  • Loading branch information
untitaker committed Jan 29, 2015
2 parents 495704e + d60e134 commit 4dc3c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask/app.py
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 4dc3c16

Please sign in to comment.