diff options
author | Raymond Hettinger <python@rcn.com> | 2010-12-31 23:23:06 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-12-31 23:23:06 (GMT) |
commit | 8dff4bada79d3662f8c799ea4572d51a2f8eed0a (patch) | |
tree | 6c19634c9f93ace0c1cc1982a3a56c8d0ea28758 /Misc | |
parent | a673b1fd0e6396e587a99ec9b2bec6b40132557a (diff) | |
download | cpython-8dff4bada79d3662f8c799ea4572d51a2f8eed0a.zip cpython-8dff4bada79d3662f8c799ea4572d51a2f8eed0a.tar.gz cpython-8dff4bada79d3662f8c799ea4572d51a2f8eed0a.tar.bz2 |
Typo.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ----- |