diff options
Diffstat (limited to 'lib/sqlalchemy/sql/elements.py')
-rw-r--r-- | lib/sqlalchemy/sql/elements.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/elements.py b/lib/sqlalchemy/sql/elements.py index adf51a425..b180c0124 100644 --- a/lib/sqlalchemy/sql/elements.py +++ b/lib/sqlalchemy/sql/elements.py @@ -1160,7 +1160,7 @@ class TextClause(Executable, ClauseElement): @util.dependencies('sqlalchemy.sql.selectable') def columns(self, selectable, *cols, **types): - """Turn this :class:`.Text` object into a :class:`.FromClause` + """Turn this :class:`.TextClause` object into a :class:`.TextAsFrom` object that can be embedded into another statement. This function essentially bridges the gap between an entirely |