From d415442407117a80227e01ca4dcf28cf9378ac47 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 13:53:11 +0000 Subject: [PATCH] [pre-commit.ci lite] apply automatic fixes --- docs/patterns/appdispatch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/patterns/appdispatch.rst b/docs/patterns/appdispatch.rst index f5812af8..498b37c0 100644 --- a/docs/patterns/appdispatch.rst +++ b/docs/patterns/appdispatch.rst @@ -3,7 +3,7 @@ Application Dispatching Application dispatching is the process of combining multiple Flask applications on the WSGI level. You can combine not only Flask -applications but any WSGI application. This allows you to run a +applications but any WSGI application. This allows you to run a Django application and a Flask application in the same interpreter side by side. The usefulness of this depends on how the applications work internally.