commit | 50ba271dbbaf21a4eba461d84d005bbf52b5eb20 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Aug 02 22:15:40 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Aug 02 22:15:40 2011 -0500 |
tree | e2f24753edef025cf5529d77c36dc9d11291019c | |
parent | c15815808678ac4f9d8bb48428bf98e51e155354 [diff] |
fix punctuation
diff --git a/Lib/test/test_posix.py b/Lib/test/test_posix.py index 3793e09..e370532 100644 --- a/Lib/test/test_posix.py +++ b/Lib/test/test_posix.py
@@ -832,7 +832,7 @@ requires_sched_h = unittest.skipUnless(hasattr(posix, 'sched_yield'), "don't have scheduling support") requires_sched_affinity = unittest.skipUnless(hasattr(posix, 'cpu_set'), - "dont' have sched affinity support") + "don't have sched affinity support") @requires_sched_h def test_sched_yield(self):