mirror of https://github.com/pallets/flask.git
Fix typos in shell.rst
This commit is contained in:
parent
3e9f074d05
commit
de5bb759e3
|
@ -94,10 +94,10 @@ Further Improving the Shell Experience
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
|
|
||||||
If you like the idea of experimenting in a shell, create yourself a module
|
If you like the idea of experimenting in a shell, create yourself a module
|
||||||
with stuff you want to star import into your interactive session. There
|
with stuff you want to firstly import into your interactive session. There
|
||||||
you could also define some more helper methods for common things such as
|
you could also define some more helper methods for common things such as
|
||||||
initializing the database, dropping tables etc.
|
initializing the database, dropping tables etc.
|
||||||
|
|
||||||
Just put them into a module (like `shelltools` and import from there):
|
Just put them into a module (like `shelltools`) and import from there:
|
||||||
|
|
||||||
>>> from shelltools import *
|
>>> from shelltools import *
|
||||||
|
|
Loading…
Reference in New Issue