[pre-commit.ci lite] apply automatic fixes

This commit is contained in:
pre-commit-ci-lite[bot] 2025-11-09 06:28:59 +00:00 committed by GitHub
parent d4934aabb3
commit 929ffbc7a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -112,13 +112,13 @@ Flask uses one of two reloader backends:
Watches for file changes using your operating system's native file system events.
This is faster and more efficient than polling. Flask automatically uses watchdog
if it's installed.
Install it for better performance:
.. code-block:: text
$ pip install watchdog
The text in parentheses (like ``inotify``, ``windowsapi``, or ``kqueue``) shows
which operating system API watchdog is using. This is informational only and varies
by platform.
@ -135,7 +135,7 @@ reloader (for example, for debugging), you can do so:
app.run(debug=True, reloader_type='stat')
For more technical details about the reloader implementation, see the
For more technical details about the reloader implementation, see the
`Werkzeug serving documentation
<https://werkzeug.palletsprojects.com/en/stable/serving/>`_.