Merge branch '2.2.x'

This commit is contained in:
David Lord 2022-12-24 15:31:07 -07:00
commit 910179f9b0
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
10 changed files with 15 additions and 11 deletions

View file

@ -108,7 +108,7 @@ To enable debug mode, use the ``--debug`` option.
.. code-block:: text
$ flask --app hello --debug run
$ flask --app hello run --debug
* Serving Flask app 'hello'
* Debug mode: on
* Running on http://127.0.0.1:5000 (Press CTRL+C to quit)