- typo fixes #3269

This commit is contained in:
Mike Bayer
2014-12-27 12:47:57 -05:00
parent 5659ecb2e8
commit ef6dc0cf2e
+1 -1
View File
@@ -1279,7 +1279,7 @@ class TextClause(Executable, ClauseElement):
E.g.::
fom sqlalchemy import text
from sqlalchemy import text
t = text("SELECT * FROM users")
result = connection.execute(t)