fix typo in flask shell help (#3744)

This commit is contained in:
ongopongo 2020-08-26 09:20:21 -07:00 committed by GitHub
parent ec485e48ee
commit ef43c92c39

View file

@ -859,7 +859,7 @@ def run_command(
def shell_command():
"""Run an interactive Python shell in the context of a given
Flask application. The application will populate the default
namespace of this shell according to it's configuration.
namespace of this shell according to its configuration.
This is useful for executing small snippets of management code
without having to manually configure the application.