summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_gc.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-06-13 11:53:12 (GMT)
committerGuido van Rossum <guido@python.org>2002-06-13 11:53:12 (GMT)
commit3fcd45230f37f3debb465e423b42c89d0af6e5f0 (patch)
treee6fe39989d1dc53423ef270292fe169847fcc8b9 /Lib/test/test_gc.py
parent178153f8d6f84cadf66e1d313c7b5800e3272fcf (diff)
downloadcpython-3fcd45230f37f3debb465e423b42c89d0af6e5f0.zip
cpython-3fcd45230f37f3debb465e423b42c89d0af6e5f0.tar.gz
cpython-3fcd45230f37f3debb465e423b42c89d0af6e5f0.tar.bz2
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 23bb7c5..751206a 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