We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60de3f2 commit 43cf3f3Copy full SHA for 43cf3f3
docs/patterns/appdispatch.rst
@@ -10,7 +10,7 @@ even allow you to run a Django and a Flask application in the same
10
interpreter side by side if you want. The usefulness of this depends on
11
how the applications work internally.
12
13
-This is fundamentally different from the :ref:`module approach
+The fundamental difference from the :ref:`module approach
14
<larger-applications>` is that in this case you are running the same or
15
different Flask applications that are entirely isolated from each other.
16
They run different configurations and are dispatched on the WSGI level.
0 commit comments