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