Whitespace nit.

This commit is contained in:
Guido van Rossum 2002-06-13 11:53:12 +00:00
parent 178153f8d6
commit 3fcd45230f
1 changed files with 1 additions and 1 deletions

View File

@ -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