diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-11-22 14:47:31 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-11-22 14:47:31 -0500 |
commit | 0d3dbb39e13881c3d670ab61a23aa234c28dd21a (patch) | |
tree | c528438ffeae21462f0fe097c5c104317ef61438 /lib/sqlalchemy/sql/expression.py | |
parent | c0c42af4e0ef8acd651cc66e84ec636c14ab53a5 (diff) | |
download | sqlalchemy-0d3dbb39e13881c3d670ab61a23aa234c28dd21a.tar.gz |
typo
Diffstat (limited to 'lib/sqlalchemy/sql/expression.py')
-rw-r--r-- | lib/sqlalchemy/sql/expression.py | 2 |
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. |