summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2008-02-10 15:31:54 +0000
committerSkip Montanaro <skip@pobox.com>2008-02-10 15:31:54 +0000
commitc376f20d76903cdf424ff7f94eb43445d5b82eb4 (patch)
tree79b244b60c140987b32345957d00f8f6a911af1e
parent3a94ee05f77d0200cfb7988d02f3fdf292932a94 (diff)
downloadcpython-git-c376f20d76903cdf424ff7f94eb43445d5b82eb4.tar.gz
Get the saying right. ;-)
-rw-r--r--Lib/test/test_anydbm.py2
1 files changed, 1 insertions, 1 deletions
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):