mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-28 11:35:19 -04:00
- typo fixes #3269
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user