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

@ -43,7 +43,7 @@ The debugger is enabled by default when the development server is run in debug m
.. code-block:: text
$ flask --app hello run --debug
$ flask --app hello --debug run
When running from Python code, passing ``debug=True`` enables debug mode, which is
mostly equivalent.
@ -72,7 +72,7 @@ which can interfere.
.. code-block:: text
$ flask --app hello run --debug --no-debugger --no-reload
$ flask --app hello --debug run --no-debugger --no-reload
When running from Python: