mirror of
https://github.com/python/cpython.git
synced 2026-05-21 20:03:06 -04:00
Fix typo in comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user