summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2008-02-10 15:31:54 (GMT)
committerSkip Montanaro <skip@pobox.com>2008-02-10 15:31:54 (GMT)
commitc376f20d76903cdf424ff7f94eb43445d5b82eb4 (patch)
tree79b244b60c140987b32345957d00f8f6a911af1e /Lib
parent3a94ee05f77d0200cfb7988d02f3fdf292932a94 (diff)
downloadcpython-c376f20d76903cdf424ff7f94eb43445d5b82eb4.zip
cpython-c376f20d76903cdf424ff7f94eb43445d5b82eb4.tar.gz
cpython-c376f20d76903cdf424ff7f94eb43445d5b82eb4.tar.bz2
Get the saying right. ;-)
Diffstat (limited to 'Lib')
-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 0cdc2c3..d232b95 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):