]> granicus.if.org Git - python/commitdiff
Fix typo in comment
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 23 Feb 2007 00:22:39 +0000 (00:22 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 23 Feb 2007 00:22:39 +0000 (00:22 +0000)
Lib/test/test_bsddb.py

index 474f3da42b250bfd833fcb3b03cecd86700e092e..fbe855fb2b56952cd472bb50a70e6bed179807b6 100755 (executable)
@@ -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