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 6d3f87ee07
commit 5bfe236fb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.