Browse Source

Fix typo in cli.py (#2502)

pull/2504/head
Roy Crihfield 7 years ago committed by Adrian
parent
commit
e3c853e604
  1. 2
      flask/cli.py

2
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

Loading…
Cancel
Save