summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2008-02-10 15:32:16 (GMT)
committerSkip Montanaro <skip@pobox.com>2008-02-10 15:32:16 (GMT)
commita5a9a733c88e0079555ce9aed633505e7cb5c8c2 (patch)
treeb461b3b6f31d1da990b65f2b633f06dfc45134c3 /Lib
parentc376f20d76903cdf424ff7f94eb43445d5b82eb4 (diff)
downloadcpython-a5a9a733c88e0079555ce9aed633505e7cb5c8c2.zip
cpython-a5a9a733c88e0079555ce9aed633505e7cb5c8c2.tar.gz
cpython-a5a9a733c88e0079555ce9aed633505e7cb5c8c2.tar.bz2
whoops - revert
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 d232b95..0cdc2c3 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):