diff options
author | mike bayer <mike_mp@zzzcomputing.com> | 2014-05-11 13:04:05 -0400 |
---|---|---|
committer | mike bayer <mike_mp@zzzcomputing.com> | 2014-05-11 13:04:05 -0400 |
commit | 1abd53a3556b9593d9eba868d69c13bae3c3a7ab (patch) | |
tree | aa51705fc9d0074225835290f482d9dff135d473 /lib/sqlalchemy/sql/selectable.py | |
parent | 230c0d5a19978872fae4e1261736a9e300ae9bf1 (diff) | |
parent | f341cfbfe117e777569d58eb6d2c3d3f7fe7bbf3 (diff) | |
download | sqlalchemy-1abd53a3556b9593d9eba868d69c13bae3c3a7ab.tar.gz |
Merge pull request #91 from smurfix/de_apostroph_ify
Documentation fix-up: "its" vs. "it's"
Diffstat (limited to 'lib/sqlalchemy/sql/selectable.py')
-rw-r--r-- | lib/sqlalchemy/sql/selectable.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/selectable.py b/lib/sqlalchemy/sql/selectable.py index 61abe815d..a13186097 100644 --- a/lib/sqlalchemy/sql/selectable.py +++ b/lib/sqlalchemy/sql/selectable.py @@ -469,7 +469,7 @@ class FromClause(Selectable): to its .c. collection when a Column has been added to one of the Table objects it ultimtely derives from. - If the given selectable hasn't populated it's .c. collection yet, + If the given selectable hasn't populated its .c. collection yet, it should at least pass on the message to the contained selectables, but it will return None. |