summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-07-26 16:22:35 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-07-26 16:22:35 -0400
commit2997d3910d36989cb36ab698b7815ceb494ebd9f (patch)
tree33674e1ea80d45f34bc439b58e52bc3f045a9a64
parentd73ffaafe656f3e623765b44a8121f1591c51275 (diff)
downloadsqlalchemy-2997d3910d36989cb36ab698b7815ceb494ebd9f.tar.gz
- typo
-rw-r--r--doc/build/orm/tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/tutorial.rst b/doc/build/orm/tutorial.rst
index 2f904d828..cd062cfbc 100644
--- a/doc/build/orm/tutorial.rst
+++ b/doc/build/orm/tutorial.rst
@@ -984,7 +984,7 @@ completely "raw", using string names to identify desired columns:
The :func:`.text` construct also supports the :meth:`.TextClause.columns`
method, which can be used to associate ORM-mapped columns explicitly.
This is useful to make an explicit mapping of columns in the string
-statement to those that are mapped::
+statement to those that are mapped:
.. sourcecode:: python+sql