From a5a9a733c88e0079555ce9aed633505e7cb5c8c2 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Sun, 10 Feb 2008 15:32:16 +0000 Subject: [PATCH] whoops - revert --- Lib/test/test_anydbm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_anydbm.py b/Lib/test/test_anydbm.py index d232b9541a9..0cdc2c321d0 100644 --- a/Lib/test/test_anydbm.py +++ b/Lib/test/test_anydbm.py @@ -27,7 +27,7 @@ class AnyDBMTestCase(unittest.TestCase): 'c': 'the', 'd': 'way', 'f': 'Guido', - 'g': 'indented' + 'g': 'intended' } def __init__(self, *args):