forked from orbit-oss/flask
Fix typo in cli.py (#2502)
This commit is contained in:
parent
9291ead32e
commit
e3c853e604
1 changed files with 1 additions and 1 deletions
|
|
@ -644,7 +644,7 @@ def shell_command():
|
||||||
namespace of this shell according to it's configuration.
|
namespace of this shell according to it's configuration.
|
||||||
|
|
||||||
This is useful for executing small snippets of management code
|
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
|
import code
|
||||||
from flask.globals import _app_ctx_stack
|
from flask.globals import _app_ctx_stack
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue