From e3c853e60401bccf1564bee19dda7a3b41602ff9 Mon Sep 17 00:00:00 2001 From: Roy Crihfield <30845198+roysc2@users.noreply.github.com> Date: Tue, 24 Oct 2017 01:10:12 -0500 Subject: [PATCH] Fix typo in cli.py (#2502) --- flask/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/cli.py b/flask/cli.py index d4647401..8bfb21f6 100644 --- a/flask/cli.py +++ b/flask/cli.py @@ -644,7 +644,7 @@ def shell_command(): namespace of this shell according to it's configuration. This is useful for executing small snippets of management code - without having to manually configuring the application. + without having to manually configure the application. """ import code from flask.globals import _app_ctx_stack