]> 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:48 +0000 (16:22 -0400)
doc/build/orm/tutorial.rst

index 3c421b888f45d3cc949aea37934b040785f59846..367c20eeb0911764467242d2b242d74296fd22d3 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