From cc7876f97fbc787ac7702453bdc62541f8ea47f6 Mon Sep 17 00:00:00 2001 From: Dag Odenhall Date: Sat, 5 Jun 2010 07:59:02 +0800 Subject: [PATCH] Fix in docs for handle_exception: "A" before nouns pronounced with an initial consonant sound --- flask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask.py b/flask.py index 2ca3e5a4..32a97cbf 100644 --- a/flask.py +++ b/flask.py @@ -1302,7 +1302,7 @@ class Flask(_PackageBoundObject): """Default exception handling that kicks in when an exception occours that is not catched. In debug mode the exception will be re-raised immediately, otherwise it is logged and the handler - for an 500 internal server error is used. If no such handler + for a 500 internal server error is used. If no such handler exists, a default 500 internal server error message is displayed. .. versionadded: 0.3