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

index adf51a425280a5fe2737014eee7ddb27de7017f9..b180c0124d4e485707494932729848e8e7657839 100644 (file)
@@ -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