summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2007-09-19 17:27:29 (GMT)
committerThomas Wouters <thomas@python.org>2007-09-19 17:27:29 (GMT)
commitb3e6e8c8954db6e41524f6ac99683948391d6789 (patch)
treed1b27e0b4e369c25728a6771789ea84f402fe1d7 /Lib
parentd544df7ddd0f4910e2eae33a596fae8cb7a5d6cb (diff)
downloadcpython-b3e6e8c8954db6e41524f6ac99683948391d6789.zip
cpython-b3e6e8c8954db6e41524f6ac99683948391d6789.tar.gz
cpython-b3e6e8c8954db6e41524f6ac99683948391d6789.tar.bz2
Fix obvious typo in threaded test.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_decimal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_decimal.py b/Lib/test/test_decimal.py
index 2777b22..9281abc 100644
--- a/Lib/test/test_decimal.py
+++ b/Lib/test/test_decimal.py
@@ -846,7 +846,7 @@ class DecimalUseOfContextTest(unittest.TestCase):
th2.start()
self.finish1.wait()
- self.finish1.wait()
+ self.finish2.wait()
return
if threading is None: