Merge branch '1.1.x'

This commit is contained in:
David Lord 2020-11-04 18:25:37 -08:00
commit 15a49e7297
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
5 changed files with 6 additions and 14 deletions

View file

@ -105,7 +105,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 :doc:`/server`