forked from orbit-oss/flask
Merge pull request #3049 from RohanTalip/scriptinfo-typo
Corrected a typo in a docstring: "Help object" --> "Helper object"
This commit is contained in:
commit
6606f66857
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue