From: Daniel Stutzbach Date: Tue, 4 Jan 2011 18:47:17 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.7.2rc1~401 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57cf0af4e9fb9ec79ab0b2cae417a00e6c5345fb;p=thirdparty%2FPython%2Fcpython.git Fix typo --- diff --git a/Misc/NEWS b/Misc/NEWS index 74cccf5447ac..3d199746848c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -53,7 +53,7 @@ Library - Issue #10750: The ``raw`` attribute of buffered IO objects is now read-only. -- Issue #10242: unittest.TestCase.assertItemsEqual makes too many assumgptions +- Issue #10242: unittest.TestCase.assertItemsEqual makes too many assumptions about input. - Issue #10611: SystemExit should not cause a unittest test run to exit.