From: Skip Montanaro Date: Sun, 10 Feb 2008 15:31:54 +0000 (+0000) Subject: Get the saying right. ;-) X-Git-Tag: v2.6a1~207 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c376f20d76903cdf424ff7f94eb43445d5b82eb4;p=python Get the saying right. ;-) --- diff --git a/Lib/test/test_anydbm.py b/Lib/test/test_anydbm.py index 0cdc2c321d..d232b9541a 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': 'intended' + 'g': 'indented' } def __init__(self, *args):