commit | ef7fe5f228292733965c87b99d50a21d64c6d196 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Jun 13 18:37:07 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Jun 13 18:37:07 2006 +0000 |
tree | 71a4b0bed641aa77fe38bd3345c47d21bd704079 | |
parent | a7090dfc2c97a788a8c8c63975ee54c261d03998 [diff] |
Whitespace normalization.
diff --git a/Lib/test/test_thread.py b/Lib/test/test_thread.py index 7586ebc..883ca6c 100644 --- a/Lib/test/test_thread.py +++ b/Lib/test/test_thread.py
@@ -121,7 +121,7 @@ if thread.stack_size() != 0: raise ValueError, "initial stack_size not 0" -thread.stack_size(0) +thread.stack_size(0) if thread.stack_size() != 0: raise ValueError, "stack_size not reset to default"