From 817893fe16eb5361469af671c52d8276b69efeab Mon Sep 17 00:00:00 2001 From: Grey Li Date: Fri, 8 Jun 2018 18:27:09 +0800 Subject: [PATCH] Fix typo in docs --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 2af1db0..b6da478 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -86,7 +86,7 @@ Flask-Migrate also supports the Flask-Script command-line interface. This is an if __name__ == '__main__': manager.run() -Assming the above script is stored in a file named ``manage.py``, all the database migration commands can be accessed by running the script:: +Assuming the above script is stored in a file named ``manage.py``, all the database migration commands can be accessed by running the script:: $ python manage.py db init $ python manage.py db migrate