Commit 764cf7ed authored by Neal Norwitz's avatar Neal Norwitz

Fix typo in comment

parent 1b6ca54c
......@@ -205,7 +205,7 @@ class TestBSDDB(unittest.TestCase):
# create iterator
i = self.f.iteritems()
nc2 = len(self.f._cursor_refs)
# use the iterator (should run to the first yeild, creating the cursor)
# use the iterator (should run to the first yield, creating the cursor)
k, v = i.next()
nc3 = len(self.f._cursor_refs)
# destroy the iterator; this should cause the weakref callback
......
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