Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50ba271

Browse files
committed
fix punctuation
1 parent c158158 commit 50ba271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_posix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ def test_mkfifoat(self):
832832
requires_sched_h = unittest.skipUnless(hasattr(posix, 'sched_yield'),
833833
"don't have scheduling support")
834834
requires_sched_affinity = unittest.skipUnless(hasattr(posix, 'cpu_set'),
835-
"dont' have sched affinity support")
835+
"don't have sched affinity support")
836836

837837
@requires_sched_h
838838
def test_sched_yield(self):

0 commit comments

Comments
 (0)