From: Nick Coghlan Date: Sat, 10 Apr 2010 15:01:54 +0000 (+0000) Subject: Fix typo in comment X-Git-Tag: v2.7b1~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14459d5b1b800854ef8f1bbadf019682a6413a32;p=thirdparty%2FPython%2Fcpython.git Fix typo in comment --- diff --git a/Lib/test/test_multiprocessing.py b/Lib/test/test_multiprocessing.py index 6d57364d5944..8f32cfba8a7d 100644 --- a/Lib/test/test_multiprocessing.py +++ b/Lib/test/test_multiprocessing.py @@ -2037,7 +2037,7 @@ def test_main(run=None): suite = unittest.TestSuite(loadTestsFromTestCase(tc) for tc in testcases) # (ncoghlan): Whether or not sys.exc_clear is executed by the threading # module during these tests is at least platform dependent and possibly - # non-deterministic on any given platform. So we don't find if the listed + # non-deterministic on any given platform. So we don't mind if the listed # warnings aren't actually raised. with test_support.check_py3k_warnings( (".+__(get|set)slice__ has been removed", DeprecationWarning),