summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDaniel Stutzbach <daniel@stutzbachenterprises.com>2011-01-04 18:47:17 (GMT)
committerDaniel Stutzbach <daniel@stutzbachenterprises.com>2011-01-04 18:47:17 (GMT)
commit57cf0af4e9fb9ec79ab0b2cae417a00e6c5345fb (patch)
tree1c7479ade714f0a81cbeaa4569198a80c9f185c7 /Misc
parentc87620286d0b4d7c24cd617ceb8ffd32994f0feb (diff)
downloadcpython-57cf0af4e9fb9ec79ab0b2cae417a00e6c5345fb.zip
cpython-57cf0af4e9fb9ec79ab0b2cae417a00e6c5345fb.tar.gz
cpython-57cf0af4e9fb9ec79ab0b2cae417a00e6c5345fb.tar.bz2
Fix typo
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 74cccf5..3d19974 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.