From 43cf3f307fc872b37de8b8fe986d4af17f767d63 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 15 Mar 2011 11:25:17 -0400 Subject: [PATCH] Improved wording --- 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 7849b2ef..2f8be093 100644 --- a/docs/patterns/appdispatch.rst +++ b/docs/patterns/appdispatch.rst @@ -10,7 +10,7 @@ even allow you to run a Django and a Flask application in the same interpreter side by side if you want. The usefulness of this depends on how the applications work internally. -This is fundamentally different from the :ref:`module approach +The fundamental difference from the :ref:`module approach ` is that in this case you are running the same or different Flask applications that are entirely isolated from each other. They run different configurations and are dispatched on the WSGI level.