From 20645d9b86d6a0e4969d71d2d36300659861de35 Mon Sep 17 00:00:00 2001 From: James Brewer Date: Mon, 25 Aug 2014 22:18:08 -0700 Subject: [PATCH] Add missing `of` to documentation. --- flask/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/app.py b/flask/app.py index b931c4e2..ad527f0c 100644 --- a/flask/app.py +++ b/flask/app.py @@ -85,7 +85,7 @@ class Flask(_PackageBoundObject): .. admonition:: About the First Parameter - The idea of the first parameter is to give Flask an idea what + The idea of the first parameter is to give Flask an idea of what belongs to your application. This name is used to find resources on the file system, can be used by extensions to improve debugging information and a lot more.