]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- global "insure"->"ensure" change. in US english "insure" is actually
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Jan 2007 00:10:37 +0000 (00:10 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Jan 2007 00:10:37 +0000 (00:10 +0000)
commit3d10187bd3180ec32ba7f329fc3bcff725d2ef79
treeadf909d8dac13444c1a8752223422e72ed7129eb
parent34b3bbd034485737114814f4ba599f9778f44c59
- 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.
CHANGES
doc/build/content/adv_datamapping.txt
doc/build/content/datamapping.txt
doc/build/content/tutorial.txt
doc/build/content/unitofwork.txt
lib/sqlalchemy/ansisql.py
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/unitofwork.py