From: Thomas Wouters Date: Wed, 19 Sep 2007 17:27:29 +0000 (+0000) Subject: Fix obvious typo in threaded test. X-Git-Tag: v2.6a1~1265 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3e6e8c8954db6e41524f6ac99683948391d6789;p=python Fix obvious typo in threaded test. --- diff --git a/Lib/test/test_decimal.py b/Lib/test/test_decimal.py index 2777b225c5..9281abc1d6 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: