summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.org>2011-03-14 00:43:08 -0400
committerMichael Trier <mtrier@gmail.org>2011-03-14 00:43:08 -0400
commit422deea247ae3876f4bf9b47d815ccd6fef9a725 (patch)
tree1601b6c13e34fd58e5bdeda464ab858a3a120ece /lib/sqlalchemy/sql/expression.py
parent1f93d2b7b64ad0137e4d4bfc3e9c28a4e0206166 (diff)
downloadsqlalchemy-422deea247ae3876f4bf9b47d815ccd6fef9a725.tar.gz
Fixed doc problem. Thanks Toby Ho.
Diffstat (limited to 'lib/sqlalchemy/sql/expression.py')
-rw-r--r--lib/sqlalchemy/sql/expression.py2
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.