From cc8f47cf62bace1346cd2115b8bcd9fdb0ffd86d Mon Sep 17 00:00:00 2001 From: David Cole Date: Sun, 30 Nov 2014 19:28:36 -0800 Subject: [PATCH] Small Typo fix --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index 7faf208d..141176ce 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -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 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 server starts, when the shell is launched or when the script looks for an application-provided click command.