From 1bb78ab12fa21489cc98c0a71247181544c6e0a9 Mon Sep 17 00:00:00 2001 From: ongopongo <53710895+ongopongo@users.noreply.github.com> Date: Thu, 17 Sep 2020 17:29:39 -0700 Subject: [PATCH] Fix typo in docstring --- flask_shell_bpython.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask_shell_bpython.py b/flask_shell_bpython.py index ea6feb5..5b70a76 100644 --- a/flask_shell_bpython.py +++ b/flask_shell_bpython.py @@ -18,7 +18,7 @@ def shell_command(): namespace of this shell according to its 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 bpython from flask.globals import _app_ctx_stack