mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix typo in comment
This commit is contained in:
parent
1b6ca54c44
commit
764cf7ed82
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue