summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_bsddb.py
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-02-23 00:22:39 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-02-23 00:22:39 (GMT)
commit764cf7ed82a5b7911e227353c5259bb908aeb7ef (patch)
treee65b74bfa30072fddd77381522561cfb96290249 /Lib/test/test_bsddb.py
parent1b6ca54c44c9bb2f3f2c748ab692c1bb6373d723 (diff)
downloadcpython-764cf7ed82a5b7911e227353c5259bb908aeb7ef.zip
cpython-764cf7ed82a5b7911e227353c5259bb908aeb7ef.tar.gz
cpython-764cf7ed82a5b7911e227353c5259bb908aeb7ef.tar.bz2
Fix typo in comment
Diffstat (limited to 'Lib/test/test_bsddb.py')
-rwxr-xr-xLib/test/test_bsddb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_bsddb.py b/Lib/test/test_bsddb.py
index 474f3da..fbe855f 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