]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typos
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Nov 2007 02:15:34 +0000 (02:15 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Nov 2007 02:15:34 +0000 (02:15 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 7fc24cfd660547707c12efca312a5d9fe588b267..1f3416d146f05f7299ec3362c96b1f25a1d4676f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -79,10 +79,10 @@ CHANGES
   - session.refresh() and session.expire() now support an additional argument
     "attribute_names", a list of individual attribute keynames to be refreshed
     or expired, allowing partial reloads of attributes on an already-loaded 
-    instance.
+    instance. [ticket:802]
     
   - Mapped classes may now define __eq__, __hash__, and __nonzero__ methods
-    with arbitrary sementics.  The orm now handles all mapped instances on
+    with arbitrary semantics.  The orm now handles all mapped instances on
     an identity-only basis. (e.g. 'is' vs '==') [ticket:676]
 
   - the "properties" accessor on Mapper is removed; it now throws an informative