diff options
-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 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): |