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/sql/base.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/sql/base.py')
| -rw-r--r-- | lib/sqlalchemy/sql/base.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/sql/base.py b/lib/sqlalchemy/sql/base.py index 220bbb115..fe9455fb9 100644 --- a/lib/sqlalchemy/sql/base.py +++ b/lib/sqlalchemy/sql/base.py @@ -543,7 +543,7 @@ class Generative(HasMemoized):  class InPlaceGenerative(HasMemoized):      """Provide a method-chaining pattern in conjunction with the -    @_generative decorator taht mutates in place.""" +    @_generative decorator that mutates in place."""      def _generate(self):          skip = self._memoized_keys @@ -653,7 +653,7 @@ class Options(util.with_metaclass(_MetaOptions)):          d = other._state_dict()          # only support a merge with another object of our class -        # and which does not have attrs that we dont.   otherwise +        # and which does not have attrs that we don't.   otherwise          # we risk having state that might not be part of our cache          # key strategy  | 
