From c376f20d76903cdf424ff7f94eb43445d5b82eb4 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Sun, 10 Feb 2008 15:31:54 +0000 Subject: [PATCH] Get the saying right. ;-) --- 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 0cdc2c321d0..d232b9541a9 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):