Fix typo in comment

This commit is contained in:
Neal Norwitz 2007-02-23 00:22:39 +00:00
parent 1b6ca54c44
commit 764cf7ed82
1 changed files with 1 additions and 1 deletions

View File

@ -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