SVN: ZODB/trunk/src/CHANGES.txt Typo and filled in date

Jim Fulton <[email protected]> Mon, 11 Apr 2011 16:41:22 -0400 (EDT)
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <[email protected]>
Log message for revision 121386:
  Typo and filled in date
  

Changed:
  U   ZODB/trunk/src/CHANGES.txt

-=-
Modified: ZODB/trunk/src/CHANGES.txt
===================================================================
--- ZODB/trunk/src/CHANGES.txt	2011-04-11 20:27:17 UTC (rev 121385)
+++ ZODB/trunk/src/CHANGES.txt	2011-04-11 20:41:22 UTC (rev 121386)
@@ -10,11 +10,11 @@
 
 - BTrees allowed object keys with insane comparison. (Comparison
   inherited from object, which compares based on in-process address.)
-  Now BTrees raise TypeError is an attempt is made to save a key with
+  Now BTrees raise TypeError if an attempt is made to save a key with
   comparison inherited from object. (This doesn't apply to old-style
   class instances.)
 
-3.10.1 (2010-10-??)
+3.10.1 (2010-10-27)
 ===================
 
 Bugs Fixed