Updated request context documentation.

This commit is contained in:
Tully Rankin 2017-05-22 11:28:58 -07:00
parent c590e820aa
commit 041c68f48b
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ understand what is actually happening. The new behavior is quite simple:
not executed yet or at all (for example in test environments sometimes
you might want to not execute before-request callbacks).
Now what happens on errors? If you are not in debug mode if an exception is not
Now what happens on errors? If you are not in debug mode and an exception is not
caught, the 500 internal server handler is called. In debug mode
however the exception is not further processed and bubbles up to the WSGI
server. That way things like the interactive debugger can provide helpful