From f5b15c2a35933167c516da0c13290375c58c5509 Mon Sep 17 00:00:00 2001 From: Jihyeok Seo Date: Sun, 6 Jul 2014 00:32:31 +0900 Subject: [PATCH] Fix typo in cli docs --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index f1d8976d..6eb6cb9c 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -194,7 +194,7 @@ step. either directly import an application object or create it (see :ref:`app-factories`). - What is ``data.info``? It's a dictionary of arbitrary data on the + What is ``info.data``? It's a dictionary of arbitrary data on the script info that can be filled by options or through other means. We will come back to this later. 3. Next step is to create a :class:`FlaskGroup`. In this case we just