]> granicus.if.org Git - python/commitdiff
Fix typo
authorDaniel Stutzbach <daniel@stutzbachenterprises.com>
Tue, 4 Jan 2011 18:47:17 +0000 (18:47 +0000)
committerDaniel Stutzbach <daniel@stutzbachenterprises.com>
Tue, 4 Jan 2011 18:47:17 +0000 (18:47 +0000)
Misc/NEWS

index 74cccf5447ac43ba495ebf2182dd4374a908a8a7..3d199746848caae8651fce75e90b9f53f0d3e17c 100644 (file)
--- 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.