[Zodb-checkins] CVS: Zope/lib/python/BTrees/tests - testBTrees.py:1.38
Tim Peters
tim.one@comcast.net
Thu, 13 Jun 2002 12:45:39 -0400
Update of /cvs-repository/Zope/lib/python/BTrees/tests
In directory cvs.zope.org:/tmp/cvs-serv11749/tests
Modified Files:
testBTrees.py
Log Message:
Repaired comments.
=== Zope/lib/python/BTrees/tests/testBTrees.py 1.37 => 1.38 ===
# answer is the 3 bucket, which requires going in a different direction
# at the very top node already. Consider a low-end range search for
- # 10. The BTree nodes direct it to the 11 bucket, but the correct answer
- # is the 7 bucket. This is also a nasty-case tree for deletions.
+ # 9. The BTree nodes direct it to the 7 bucket, but the correct answer
+ # is the 11 bucket. This is also a nasty-case tree for deletions.
def _build_degenerate_tree(self):
# Build the buckets and chain them together.