1.0 -> 0.11 in the docs

This commit is contained in:
Armin Ronacher 2016-05-26 20:52:17 +02:00
parent 1df426aaaa
commit f9ea3fe026
7 changed files with 21 additions and 11 deletions

View file

@ -29,7 +29,7 @@ chapter of the documentation first.
Command Line Interface
----------------------
Starting with Flask 1.0 the recommended way to work with the shell is the
Starting with Flask 0.11 the recommended way to work with the shell is the
``flask shell`` command which does a lot of this automatically for you.
For instance the shell is automatically initialized with a loaded
application context.