Commit 50ba271d authored by Benjamin Peterson's avatar Benjamin Peterson

fix punctuation

parent c1581580
...@@ -832,7 +832,7 @@ class PosixTester(unittest.TestCase): ...@@ -832,7 +832,7 @@ class PosixTester(unittest.TestCase):
requires_sched_h = unittest.skipUnless(hasattr(posix, 'sched_yield'), requires_sched_h = unittest.skipUnless(hasattr(posix, 'sched_yield'),
"don't have scheduling support") "don't have scheduling support")
requires_sched_affinity = unittest.skipUnless(hasattr(posix, 'cpu_set'), requires_sched_affinity = unittest.skipUnless(hasattr(posix, 'cpu_set'),
"dont' have sched affinity support") "don't have sched affinity support")
@requires_sched_h @requires_sched_h
def test_sched_yield(self): def test_sched_yield(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment