diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-08-02 22:15:40 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-08-02 22:15:40 -0500 |
commit | 50ba271dbbaf21a4eba461d84d005bbf52b5eb20 (patch) | |
tree | e2f24753edef025cf5529d77c36dc9d11291019c /Lib/test/test_posix.py | |
parent | c15815808678ac4f9d8bb48428bf98e51e155354 (diff) | |
download | cpython-git-50ba271dbbaf21a4eba461d84d005bbf52b5eb20.tar.gz |
fix punctuation
Diffstat (limited to 'Lib/test/test_posix.py')
-rw-r--r-- | Lib/test/test_posix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_posix.py b/Lib/test/test_posix.py index 3793e09073..e370532a0c 100644 --- a/Lib/test/test_posix.py +++ b/Lib/test/test_posix.py @@ -832,7 +832,7 @@ class PosixTester(unittest.TestCase): 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): |