revert run debug docs

This commit is contained in:
David Lord 2022-12-29 09:51:34 -08:00
parent 229dcbb5ce
commit 4d69165ab6
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
7 changed files with 10 additions and 10 deletions

View file

@ -48,7 +48,7 @@ Run
.. code-block:: text
$ flask --app flaskr init-db
$ flask --app flaskr run --debug
$ flask --app flaskr --debug run
Open http://127.0.0.1:5000 in a browser.