From d8f521e1ff200918e2bdeb526e535252763e653a Mon Sep 17 00:00:00 2001 From: Daniel Haaker Date: Thu, 28 Oct 2010 22:41:27 +0200 Subject: [PATCH] Add missing period Signed-off-by: Armin Ronacher --- docs/tutorial/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/setup.rst b/docs/tutorial/setup.rst index 9f762c84..64bf3b66 100644 --- a/docs/tutorial/setup.rst +++ b/docs/tutorial/setup.rst @@ -56,7 +56,7 @@ execute code on the server! We also add a method to easily connect to the database specified. That can be used to open a connection on request and also from the interactive -Python shell or a script. This will come in handy later +Python shell or a script. This will come in handy later. ::