Commit 88c1dce0 authored by Fred Drake's avatar Fred Drake

fix typo

parent d861d116
......@@ -36,7 +36,7 @@ class SubclassTest(unittest.TestCase):
self.assertTrue(t._firstbucket.__class__ is B)
def testCustomNodeSizes(self):
# We overrise btree and bucket split sizes in BTree subclasses.
# We override btree and bucket split sizes in BTree subclasses.
t = S()
for i in range(8):
t[i] = i
......
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