]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Jul 2015 20:22:35 +0000 (16:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Jul 2015 20:22:35 +0000 (16:22 -0400)
doc/build/orm/tutorial.rst

index 2f904d828ab4d387753dcb512f084846d1e281de..cd062cfbc656e1c59251f904d889f386bb3150e8 100644 (file)
@@ -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