summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-11-22 14:47:31 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-11-22 14:47:31 -0500
commit0d3dbb39e13881c3d670ab61a23aa234c28dd21a (patch)
treec528438ffeae21462f0fe097c5c104317ef61438 /lib/sqlalchemy/sql/expression.py
parentc0c42af4e0ef8acd651cc66e84ec636c14ab53a5 (diff)
downloadsqlalchemy-0d3dbb39e13881c3d670ab61a23aa234c28dd21a.tar.gz
typo
Diffstat (limited to 'lib/sqlalchemy/sql/expression.py')
-rw-r--r--lib/sqlalchemy/sql/expression.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/expression.py b/lib/sqlalchemy/sql/expression.py
index 0357122b0..939a3f3d9 100644
--- a/lib/sqlalchemy/sql/expression.py
+++ b/lib/sqlalchemy/sql/expression.py
@@ -769,7 +769,7 @@ def tuple_(*expr):
def type_coerce(expr, type_):
"""Coerce the given expression into the given type, on the Python side only.
- :func:`.type_coerce` is roughly similar to :func:.`cast`, except no
+ :func:`.type_coerce` is roughly similar to :func:`.cast`, except no
"CAST" expression is rendered - the given type is only applied towards
expression typing and against received result values.