diff options
Diffstat (limited to 'Lib/bsddb/test/test_compat.py')
| -rw-r--r-- | Lib/bsddb/test/test_compat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/bsddb/test/test_compat.py b/Lib/bsddb/test/test_compat.py index a3b4eef..0b0fa70 100644 --- a/Lib/bsddb/test/test_compat.py +++ b/Lib/bsddb/test/test_compat.py @@ -133,7 +133,7 @@ class CompatibilityTestCase(unittest.TestCase): except KeyError: pass else: - self.fail("set_location on non-existant key did not raise KeyError") + self.fail("set_location on non-existent key did not raise KeyError") f.sync() f.close() |
