summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_gc.py
diff options
context:
space:
mode:
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 33c57ca..22f7e74 100644
--- a/Lib/test/test_gc.py
+++ b/Lib/test/test_gc.py
@@ -188,7 +188,7 @@ def test_trashcan():
gc.enable()
N = 200
- for i in range(3):
+ for count in range(3):
t = []
for i in range(N):
t = [t, Ouch()]