diff options
Diffstat (limited to 'lib/sqlalchemy/sql/expression.py')
-rw-r--r-- | lib/sqlalchemy/sql/expression.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/expression.py b/lib/sqlalchemy/sql/expression.py index ec2a0e516..cd49ed167 100644 --- a/lib/sqlalchemy/sql/expression.py +++ b/lib/sqlalchemy/sql/expression.py @@ -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. |