Skip to content

Commit 43cf3f3

Browse files
committed
Improved wording
1 parent 60de3f2 commit 43cf3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/patterns/appdispatch.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ even allow you to run a Django and a Flask application in the same
1010
interpreter side by side if you want. The usefulness of this depends on
1111
how the applications work internally.
1212

13-
This is fundamentally different from the :ref:`module approach
13+
The fundamental difference from the :ref:`module approach
1414
<larger-applications>` is that in this case you are running the same or
1515
different Flask applications that are entirely isolated from each other.
1616
They run different configurations and are dispatched on the WSGI level.

0 commit comments

Comments
 (0)