commit | 57cf0af4e9fb9ec79ab0b2cae417a00e6c5345fb | [log] [tgz] |
---|---|---|
author | Daniel Stutzbach <daniel@stutzbachenterprises.com> | Tue Jan 04 18:47:17 2011 +0000 |
committer | Daniel Stutzbach <daniel@stutzbachenterprises.com> | Tue Jan 04 18:47:17 2011 +0000 |
tree | 1c7479ade714f0a81cbeaa4569198a80c9f185c7 | |
parent | c87620286d0b4d7c24cd617ceb8ffd32994f0feb [diff] [blame] |
Fix typo
diff --git a/Misc/NEWS b/Misc/NEWS index 74cccf5..3d19974 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -53,7 +53,7 @@ - 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.