Kaydet (Commit) 3fcd4523 authored tarafından Guido van Rossum's avatar Guido van Rossum

Whitespace nit.

üst 178153f8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment