From: Yuval Langer Date: Tue, 9 Dec 2014 02:19:18 +0000 (+0200) Subject: Removing unneeded space. X-Git-Tag: rel_0_9_9~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d065481bcd950fa5a8a2ca05637649bd0d9f2800;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Removing unneeded space. (cherry picked from commit c86c593ec3b913361999a1970efae3e6f3d831fa) --- diff --git a/doc/build/core/tutorial.rst b/doc/build/core/tutorial.rst index 5b36656876..523e2c6ca6 100644 --- a/doc/build/core/tutorial.rst +++ b/doc/build/core/tutorial.rst @@ -368,7 +368,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: