diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-07-26 16:22:35 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-07-26 16:22:35 -0400 |
commit | 2997d3910d36989cb36ab698b7815ceb494ebd9f (patch) | |
tree | 33674e1ea80d45f34bc439b58e52bc3f045a9a64 | |
parent | d73ffaafe656f3e623765b44a8121f1591c51275 (diff) | |
download | sqlalchemy-2997d3910d36989cb36ab698b7815ceb494ebd9f.tar.gz |
- typo
-rw-r--r-- | doc/build/orm/tutorial.rst | 2 |
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 |