Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3fcd452

Browse files
committed
Whitespace nit.
1 parent 178153f commit 3fcd452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_gc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def test():
228228
print "disabling automatic collection"
229229
enabled = gc.isenabled()
230230
gc.disable()
231-
verify(not gc.isenabled() )
231+
verify(not gc.isenabled())
232232
debug = gc.get_debug()
233233
gc.set_debug(debug & ~gc.DEBUG_LEAK) # this test is supposed to leak
234234

0 commit comments

Comments
 (0)