From 02df042416c312f6c04a5ded8c9404386585c122 Mon Sep 17 00:00:00 2001 From: Rohan Talip Date: Thu, 27 Dec 2018 00:57:00 -0800 Subject: [PATCH] Corrected a typo in a docstring: "Help object" --> "Helper object" --- flask/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/cli.py b/flask/cli.py index 8804535b..396dcddf 100644 --- a/flask/cli.py +++ b/flask/cli.py @@ -332,7 +332,7 @@ class DispatchingApp(object): class ScriptInfo(object): - """Help object to deal with Flask applications. This is usually not + """Helper object to deal with Flask applications. This is usually not necessary to interface with as it's used internally in the dispatching to click. In future versions of Flask this object will most likely play a bigger role. Typically it's created automatically by the