]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Nov 2011 19:47:31 +0000 (14:47 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Nov 2011 19:47:31 +0000 (14:47 -0500)
lib/sqlalchemy/sql/expression.py

index 0357122b09cb027931823acd0149a0b431b4535c..939a3f3d9994f9142b03252f9349cd98acd928e5 100644 (file)
@@ -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.