From: Neal Norwitz Date: Fri, 23 Feb 2007 00:22:39 +0000 (+0000) Subject: Fix typo in comment X-Git-Tag: v2.6a1~2153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=764cf7ed82a5b7911e227353c5259bb908aeb7ef;p=thirdparty%2FPython%2Fcpython.git Fix typo in comment --- diff --git a/Lib/test/test_bsddb.py b/Lib/test/test_bsddb.py index 474f3da42b25..fbe855fb2b56 100755 --- a/Lib/test/test_bsddb.py +++ b/Lib/test/test_bsddb.py @@ -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