From: Skip Montanaro Date: Sun, 10 Feb 2008 15:32:16 +0000 (+0000) Subject: whoops - revert X-Git-Tag: v2.6a1~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5a9a733c88e0079555ce9aed633505e7cb5c8c2;p=python whoops - revert --- diff --git a/Lib/test/test_anydbm.py b/Lib/test/test_anydbm.py index d232b9541a..0cdc2c321d 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):