Corrected a typo in a docstring: "Help object" --> "Helper object"

This commit is contained in:
Rohan Talip 2018-12-27 00:57:00 -08:00 committed by David Lord
parent aef4159588
commit 02df042416
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -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