From c86c593ec3b913361999a1970efae3e6f3d831fa Mon Sep 17 00:00:00 2001 From: Yuval Langer Date: Tue, 9 Dec 2014 04:19:18 +0200 Subject: [PATCH] Removing unneeded space. --- doc/build/core/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/core/tutorial.rst b/doc/build/core/tutorial.rst index b6c07bdc08..e96217f794 100644 --- a/doc/build/core/tutorial.rst +++ b/doc/build/core/tutorial.rst @@ -370,7 +370,7 @@ Selecting ========== We began with inserts just so that our test database had some data in it. The -more interesting part of the data is selecting it ! We'll cover UPDATE and +more interesting part of the data is selecting it! We'll cover UPDATE and DELETE statements later. The primary construct used to generate SELECT statements is the :func:`.select` function: -- 2.47.3