diff options
-rw-r--r-- | Lib/test/test_gc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_gc.py b/Lib/test/test_gc.py index 23bb7c5cc9..751206aa0f 100644 --- a/Lib/test/test_gc.py +++ b/Lib/test/test_gc.py @@ -228,7 +228,7 @@ def test(): print "disabling automatic collection" enabled = gc.isenabled() gc.disable() - verify(not gc.isenabled() ) + verify(not gc.isenabled()) debug = gc.get_debug() gc.set_debug(debug & ~gc.DEBUG_LEAK) # this test is supposed to leak |