Browse Source

Fixed minor docstring typo for teardown_request()

pull/1332/head
Christopher Bunn 10 years ago
parent
commit
d60e13436d
  1. 2
      flask/app.py

2
flask/app.py

@ -1301,7 +1301,7 @@ class Flask(_PackageBoundObject):
.. 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.
"""

Loading…
Cancel
Save