mirror of
https://github.com/python/cpython.git
synced 2025-07-16 07:45:20 +00:00
fix punctuation
This commit is contained in:
parent
c158158086
commit
50ba271dbb
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue