diff options
author | mike bayer <mike_mp@zzzcomputing.com> | 2021-01-26 23:12:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2021-01-26 23:12:33 +0000 |
commit | 25ee5a05df0daeb7dc7ba432172d6abc76ffab56 (patch) | |
tree | fb43b3c6b282687dcefb9889b25a4fccff4f5cd9 /lib/sqlalchemy/orm/loading.py | |
parent | 4f82d5fd9acb770aaa8de37dfbd1295ff014d2ae (diff) | |
parent | f04147d9490df68b1fe1bb53991062d82017f865 (diff) | |
download | sqlalchemy-25ee5a05df0daeb7dc7ba432172d6abc76ffab56.tar.gz |
Merge "Fix many spell glitches in docstrings and comments"
Diffstat (limited to 'lib/sqlalchemy/orm/loading.py')
-rw-r--r-- | lib/sqlalchemy/orm/loading.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/loading.py b/lib/sqlalchemy/orm/loading.py index 6c38931b4..a63a4236d 100644 --- a/lib/sqlalchemy/orm/loading.py +++ b/lib/sqlalchemy/orm/loading.py @@ -1329,7 +1329,7 @@ def load_scalar_attributes(mapper, state, attribute_names, passive): # in the case of inheritance, particularly concrete and abstract # concrete inheritance, the class manager might have some keys # of attributes on the superclass that we didn't actually map. - # These could be mapped as "concrete, dont load" or could be completely + # These could be mapped as "concrete, don't load" or could be completely # excluded from the mapping and we know nothing about them. Filter them # here to prevent them from coming through. if attribute_names: |