]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Removing unneeded space.
authorYuval Langer <yuval.langer@gmail.com>
Tue, 9 Dec 2014 02:19:18 +0000 (04:19 +0200)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Dec 2014 04:00:15 +0000 (23:00 -0500)
(cherry picked from commit c86c593ec3b913361999a1970efae3e6f3d831fa)

doc/build/core/tutorial.rst

index 5b366568765bf212eb9556097efb182e7813ae89..523e2c6ca60384223d7944f975c78007e6cec1e0 100644 (file)
@@ -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: