summaryrefslogtreecommitdiff
path: root/Lib/test/test_posix.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-08-02 22:15:40 -0500
committerBenjamin Peterson <benjamin@python.org>2011-08-02 22:15:40 -0500
commit50ba271dbbaf21a4eba461d84d005bbf52b5eb20 (patch)
treee2f24753edef025cf5529d77c36dc9d11291019c /Lib/test/test_posix.py
parentc15815808678ac4f9d8bb48428bf98e51e155354 (diff)
downloadcpython-git-50ba271dbbaf21a4eba461d84d005bbf52b5eb20.tar.gz
fix punctuation
Diffstat (limited to 'Lib/test/test_posix.py')
-rw-r--r--Lib/test/test_posix.py2
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):