]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in comment
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 10 Apr 2010 15:01:54 +0000 (15:01 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 10 Apr 2010 15:01:54 +0000 (15:01 +0000)
Lib/test/test_multiprocessing.py

index 6d57364d59449c81e76e5cb154c0e210f5004851..8f32cfba8a7dd080b967e489502a563b56c6c8f3 100644 (file)
@@ -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),