]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Nov 2013 20:23:33 +0000 (15:23 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Nov 2013 20:23:33 +0000 (15:23 -0500)
lib/sqlalchemy/sql/selectable.py

index 9fb99a4cd19ac3ea0d8d29e90bded2ce73b236fd..11638b0ae93de685f281419c6b3d8beb5b876c54 100644 (file)
@@ -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.