diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-11-22 18:05:20 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-11-22 18:05:20 -0500 |
commit | 75ae0c7c1210460cd6fa1d0f12261dfb74610e58 (patch) | |
tree | 888bea8b21d646d9c2d86a7941037fa1d74cff42 /lib/sqlalchemy/sql/expression.py | |
parent | 4de3b28abce67a09dfde1cffd8a244b6542ae8c1 (diff) | |
parent | 0d3dbb39e13881c3d670ab61a23aa234c28dd21a (diff) | |
download | sqlalchemy-75ae0c7c1210460cd6fa1d0f12261dfb74610e58.tar.gz |
merge tip
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 6eb4367b3..ce853fd22 100644 --- a/lib/sqlalchemy/sql/expression.py +++ b/lib/sqlalchemy/sql/expression.py @@ -836,7 +836,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. |