diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-01-01 00:10:37 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-01-01 00:10:37 +0000 |
| commit | 3d10187bd3180ec32ba7f329fc3bcff725d2ef79 (patch) | |
| tree | adf909d8dac13444c1a8752223422e72ed7129eb /lib/sqlalchemy/orm/unitofwork.py | |
| parent | 34b3bbd034485737114814f4ba599f9778f44c59 (diff) | |
| download | sqlalchemy-3d10187bd3180ec32ba7f329fc3bcff725d2ef79.tar.gz | |
- global "insure"->"ensure" change. in US english "insure" is actually
largely interchangeable with "ensure" (so says the dictionary), so I'm not
completely illiterate, but its definitely sub-optimal to "ensure" which is
non-ambiguous.
Diffstat (limited to 'lib/sqlalchemy/orm/unitofwork.py')
| -rw-r--r-- | lib/sqlalchemy/orm/unitofwork.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/unitofwork.py b/lib/sqlalchemy/orm/unitofwork.py index 3f2583eaf..34da55780 100644 --- a/lib/sqlalchemy/orm/unitofwork.py +++ b/lib/sqlalchemy/orm/unitofwork.py @@ -305,7 +305,7 @@ class UOWTransaction(object): task.dependencies.add(up) def execute(self): - # insure that we have a UOWTask for every mapper that will be involved + # ensure that we have a UOWTask for every mapper that will be involved # in the topological sort [self.get_task_by_mapper(m) for m in self._get_noninheriting_mappers()] |
