]> 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)
committerYuval Langer <yuval.langer@gmail.com>
Tue, 9 Dec 2014 02:19:18 +0000 (04:19 +0200)
doc/build/core/tutorial.rst

index b6c07bdc089e75d7463e631de1b5d4398f59d43a..e96217f7944efb08450265cc6b7059463627c424 100644 (file)
@@ -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: