Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c158158 commit 50ba271Copy full SHA for 50ba271
1 file changed
Lib/test/test_posix.py
@@ -832,7 +832,7 @@ def test_mkfifoat(self):
832
requires_sched_h = unittest.skipUnless(hasattr(posix, 'sched_yield'),
833
"don't have scheduling support")
834
requires_sched_affinity = unittest.skipUnless(hasattr(posix, 'cpu_set'),
835
- "dont' have sched affinity support")
+ "don't have sched affinity support")
836
837
@requires_sched_h
838
def test_sched_yield(self):
0 commit comments