diff options
author | Skip Montanaro <skip@pobox.com> | 2008-02-10 15:32:16 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2008-02-10 15:32:16 (GMT) |
commit | a5a9a733c88e0079555ce9aed633505e7cb5c8c2 (patch) | |
tree | b461b3b6f31d1da990b65f2b633f06dfc45134c3 | |
parent | c376f20d76903cdf424ff7f94eb43445d5b82eb4 (diff) | |
download | cpython-a5a9a733c88e0079555ce9aed633505e7cb5c8c2.zip cpython-a5a9a733c88e0079555ce9aed633505e7cb5c8c2.tar.gz cpython-a5a9a733c88e0079555ce9aed633505e7cb5c8c2.tar.bz2 |
whoops - revert
-rw-r--r-- | Lib/test/test_anydbm.py | 2 |
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): |