From fd679638ea991fbdd5d7318bc9451f0bd5532224 Mon Sep 17 00:00:00 2001 From: Jesse Dubay Date: Mon, 11 Jul 2011 15:25:37 -0700 Subject: [PATCH] typo fix: flask -> flag --- flask/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/app.py b/flask/app.py index 48369ee4..47254bed 100644 --- a/flask/app.py +++ b/flask/app.py @@ -112,7 +112,7 @@ class Flask(_PackageBoundObject): #: configuration key. Defaults to `False`. debug = ConfigAttribute('DEBUG') - #: The testing flask. Set this to `True` to enable the test mode of + #: The testing flag. Set this to `True` to enable the test mode of #: Flask extensions (and in the future probably also Flask itself). #: For example this might activate unittest helpers that have an #: additional runtime cost which should not be enabled by default.