summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-12-08 22:59:54 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-12-08 22:59:54 -0500
commit295092db545cb3466254e4f9c6fdd9a6eff0b656 (patch)
tree45192b58f8d64ad9584116a3ab8d2d58a420716f
parent06738f665ea936246a3813ad7de01e98ff8d519a (diff)
parentc86c593ec3b913361999a1970efae3e6f3d831fa (diff)
downloadsqlalchemy-295092db545cb3466254e4f9c6fdd9a6eff0b656.tar.gz
Merge remote-tracking branch 'origin/pr/153'
-rw-r--r--doc/build/core/tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/core/tutorial.rst b/doc/build/core/tutorial.rst
index b6c07bdc0..e96217f79 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: