Fix typo in cli.py (#2502)

This commit is contained in:
Roy Crihfield 2017-10-24 01:10:12 -05:00 committed by Adrian
parent 9291ead32e
commit e3c853e604

View file

@ -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