From 0d0d3bbd1dce59ca79e3fd8e0bfe7a6bd4bc4d33 Mon Sep 17 00:00:00 2001 From: Ebram Shehata Date: Sat, 26 Sep 2020 01:52:00 +0200 Subject: [PATCH] Update quickstart.rst (#3767) --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 9b4fd7ba..5521472e 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -100,7 +100,7 @@ First of all you need to look at the error message. Old Version of Flask ```````````````````` -Versions of Flask older than 0.11 use to have different ways to start the +Versions of Flask older than 0.11 used to have different ways to start the application. In short, the :command:`flask` command did not exist, and neither did :command:`python -m flask`. In that case you have two options: either upgrade to newer Flask versions or have a look at the :ref:`server`