From bf0f2d1c09c32e9cd7be3bf8901f58f64a71cdfc Mon Sep 17 00:00:00 2001 From: doomnuggets Date: Thu, 6 Jul 2017 07:57:47 +0200 Subject: [PATCH] Update index.rst --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 775ffca..0381ada 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -450,7 +450,7 @@ to get rid of this warning. shell +++++ -The ``Shell`` command starts a Python shell. You can pass in a ``make_context`` argument, which must be a ``callable`` returning a ``dict``. By default, this is just a dict returning the your Flask application instance:: +The ``Shell`` command starts a Python shell. You can pass in a ``make_context`` argument, which must be a ``callable`` returning a ``dict``. By default, this is just a dict returning your Flask application instance:: from flask_script import Shell, Manager