summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2010-12-31 23:23:06 (GMT)
committerRaymond Hettinger <python@rcn.com>2010-12-31 23:23:06 (GMT)
commit8dff4bada79d3662f8c799ea4572d51a2f8eed0a (patch)
tree6c19634c9f93ace0c1cc1982a3a56c8d0ea28758
parenta673b1fd0e6396e587a99ec9b2bec6b40132557a (diff)
downloadcpython-8dff4bada79d3662f8c799ea4572d51a2f8eed0a.zip
cpython-8dff4bada79d3662f8c799ea4572d51a2f8eed0a.tar.gz
cpython-8dff4bada79d3662f8c799ea4572d51a2f8eed0a.tar.bz2
Typo.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ddd9b3..531bbb8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -74,7 +74,7 @@ Library
- Issue #10750: The ``raw`` attribute of buffered IO objects is now read-only.
-- Deprecated assertDictContainsSubclass() in the unittest module.
+- Deprecated assertDictContainsSubset() in the unittest module.
Build
-----