]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fixed doc problem. Thanks Toby Ho.
authorMichael Trier <mtrier@gmail.org>
Mon, 14 Mar 2011 04:43:08 +0000 (00:43 -0400)
committerMichael Trier <mtrier@gmail.org>
Mon, 14 Mar 2011 04:43:08 +0000 (00:43 -0400)
lib/sqlalchemy/sql/expression.py

index ec2a0e516a6936c8d89061c855f29823c1cfc62f..cd49ed1673892e9d771acc8f8c55313bf52761e2 100644 (file)
@@ -4424,7 +4424,7 @@ class Select(_SelectBase):
     def locate_all_froms(self):
         """return a Set of all FromClause elements referenced by this Select.
 
-         This set is a superset of that returned by the ``froms`` property,
+        This set is a superset of that returned by the ``froms`` property,
         which is specifically for those FromClause elements that would
         actually be rendered.