commit | 884d0a3c2743e1355c33524ad8986b6fb90e6763 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Sun Apr 11 12:48:08 2010 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Sun Apr 11 12:48:08 2010 +0000 |
tree | d80fa9f8ce637d02f2750fc7840d17eede918653 | |
parent | f11363dcd3636f93a60d133bca0f67d9de6b7934 [diff] [blame] |
Two typo fixes
diff --git a/Misc/NEWS b/Misc/NEWS index 549d1b0..6392cea 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -91,7 +91,7 @@ - collections.Counter() now supports a subtract() method. - the functools module now has a total_ordering() class decorator - to simplify the specifying rich comparisons. + to simplify the specifyication of rich comparisons. - The functools module also adds cmp_to_key() as a tool to transition old-style comparison functions to new-style key-functions.