From: Benjamin Peterson Date: Wed, 3 Aug 2011 03:15:40 +0000 (-0500) Subject: fix punctuation X-Git-Tag: v3.3.0a1~1756 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50ba271dbbaf21a4eba461d84d005bbf52b5eb20;p=python fix punctuation --- 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):