commit | b3e6e8c8954db6e41524f6ac99683948391d6789 | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Wed Sep 19 17:27:29 2007 +0000 |
committer | Thomas Wouters <thomas@python.org> | Wed Sep 19 17:27:29 2007 +0000 |
tree | d1b27e0b4e369c25728a6771789ea84f402fe1d7 | |
parent | d544df7ddd0f4910e2eae33a596fae8cb7a5d6cb [diff] [blame] |
Fix obvious typo in threaded test.
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 @@ th2.start() self.finish1.wait() - self.finish1.wait() + self.finish2.wait() return if threading is None: