From 2997d3910d36989cb36ab698b7815ceb494ebd9f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 26 Jul 2015 16:22:35 -0400 Subject: [PATCH] - typo --- doc/build/orm/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3