From: Mike Bayer Date: Tue, 22 Nov 2011 19:47:31 +0000 (-0500) Subject: typo X-Git-Tag: rel_0_7_4~55^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d3dbb39e13881c3d670ab61a23aa234c28dd21a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo --- diff --git a/lib/sqlalchemy/sql/expression.py b/lib/sqlalchemy/sql/expression.py index 0357122b09..939a3f3d99 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.