From: Mike Bayer Date: Sun, 26 Jul 2015 20:22:35 +0000 (-0400) Subject: - typo X-Git-Tag: rel_1_1_0b1~84^2~70^2~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2997d3910d36989cb36ab698b7815ceb494ebd9f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - typo --- diff --git a/doc/build/orm/tutorial.rst b/doc/build/orm/tutorial.rst index 2f904d828a..cd062cfbc6 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