summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/build/orm/tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/tutorial.rst b/doc/build/orm/tutorial.rst
index 2f904d828..cd062cfbc 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