Small Typo fix
This commit is contained in:
parent
b24438b2c9
commit
cc8f47cf62
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ info and keeps it around. From that point onwards modifications on the
|
||||||
script info can be done through click options. To simplify this pattern
|
script info can be done through click options. To simplify this pattern
|
||||||
the :func:`flask.cli.script_info_option` decorator was added.
|
the :func:`flask.cli.script_info_option` decorator was added.
|
||||||
|
|
||||||
One Flask actually needs the individual Flask application it will invoke
|
Once Flask actually needs the individual Flask application it will invoke
|
||||||
the :meth:`flask.cli.ScriptInfo.load_app` method. This happens when the
|
the :meth:`flask.cli.ScriptInfo.load_app` method. This happens when the
|
||||||
server starts, when the shell is launched or when the script looks for an
|
server starts, when the shell is launched or when the script looks for an
|
||||||
application-provided click command.
|
application-provided click command.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue