From: Mike Bayer Date: Sun, 26 Jul 2015 20:22:35 +0000 (-0400) Subject: - typo X-Git-Tag: rel_1_0_9~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d4e6a5f000a7d7e1c41125a3d5b0396cdfb2ef0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - typo --- diff --git a/doc/build/orm/tutorial.rst b/doc/build/orm/tutorial.rst index 3c421b888f..367c20eeb0 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