From c056d73cb974a4e1cbb14d96a9bd4cf1e09c4f7d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 29 Nov 2013 15:23:33 -0500 Subject: [PATCH] fix --- lib/sqlalchemy/sql/selectable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/sql/selectable.py b/lib/sqlalchemy/sql/selectable.py index 9fb99a4cd1..11638b0ae9 100644 --- a/lib/sqlalchemy/sql/selectable.py +++ b/lib/sqlalchemy/sql/selectable.py @@ -2942,7 +2942,7 @@ class TextAsFrom(SelectBase): """Wrap a :class:`.TextClause` construct within a :class:`.SelectBase` interface. - This allows the :class:`.Text` object to gain a ``.c`` collection and + This allows the :class:`.TextClause` object to gain a ``.c`` collection and other FROM-like capabilities such as :meth:`.FromClause.alias`, :meth:`.SelectBase.cte`, etc. -- 2.47.3