summaryrefslogtreecommitdiff
path: root/Lib/test/test_gc.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-06-13 11:53:12 +0000
committerGuido van Rossum <guido@python.org>2002-06-13 11:53:12 +0000
commitdac430e1e0727e0a3cb87e2fa3a337ade6367c0b (patch)
tree440d3feb7134e6c753ee25bb6a0aa0516a31afd2 /Lib/test/test_gc.py
parent79f50d94ed1b3780f18e66937c018e41be318b96 (diff)
downloadcpython-dac430e1e0727e0a3cb87e2fa3a337ade6367c0b.tar.gz
Whitespace nit.
Diffstat (limited to 'Lib/test/test_gc.py')
-rw-r--r--Lib/test/test_gc.py2
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