Commit 42340be3 authored by Tim Peters's avatar Tim Peters

Error in comment.

parent 53d0dd17
......@@ -148,7 +148,7 @@ class Test(unittest.TestCase):
# 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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment