commit | c376f20d76903cdf424ff7f94eb43445d5b82eb4 | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Sun Feb 10 15:31:54 2008 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Sun Feb 10 15:31:54 2008 +0000 |
tree | 79b244b60c140987b32345957d00f8f6a911af1e | |
parent | 3a94ee05f77d0200cfb7988d02f3fdf292932a94 [diff] |
Get the saying right. ;-)
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 @@ 'c': 'the', 'd': 'way', 'f': 'Guido', - 'g': 'intended' + 'g': 'indented' } def __init__(self, *args):