From 7aaaccd887b196e1638aaccfdeac3f716c2d0afa Mon Sep 17 00:00:00 2001 From: Tery Lim Date: Tue, 22 Nov 2016 14:22:18 +1300 Subject: [PATCH] Fix typo: star => start --- docs/shell.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shell.rst b/docs/shell.rst index 9d9bb5f9..f3038966 100644 --- a/docs/shell.rst +++ b/docs/shell.rst @@ -94,7 +94,7 @@ Further Improving the Shell Experience -------------------------------------- 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 start import into your interactive session. There you could also define some more helper methods for common things such as initializing the database, dropping tables etc.