[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/tests/testfsIndex.py Error in comment.

Tim Peters tim.one at comcast.net
Mon Mar 21 17:55:06 EST 2005


Log message for revision 29633:
  Error in comment.
  

Changed:
  U   ZODB/trunk/src/ZODB/tests/testfsIndex.py

-=-
Modified: ZODB/trunk/src/ZODB/tests/testfsIndex.py
===================================================================
--- ZODB/trunk/src/ZODB/tests/testfsIndex.py	2005-03-21 22:20:05 UTC (rev 29632)
+++ ZODB/trunk/src/ZODB/tests/testfsIndex.py	2005-03-21 22:55:06 UTC (rev 29633)
@@ -148,7 +148,7 @@
         # An empty index should complain.
         self.assertRaises(ValueError, index.minKey)
 
-        # Now build up a tree with random values, and check maxKey at each
+        # Now build up a tree with random values, and check minKey at each
         # step.
         correct_min = "\xff" * 8   # bigger than anything we'll add
         for i in range(1000):



More information about the Zodb-checkins mailing list