From: Guido van Rossum Date: Thu, 13 Jun 2002 11:53:12 +0000 (+0000) Subject: Whitespace nit. X-Git-Tag: v2.3c1~5357 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3fcd45230f37f3debb465e423b42c89d0af6e5f0;p=thirdparty%2FPython%2Fcpython.git Whitespace nit. --- diff --git a/Lib/test/test_gc.py b/Lib/test/test_gc.py index 23bb7c5cc9eb..751206aa0fb3 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