[Python-checkins] r80067 - python/trunk/Misc/NEWS

georg.brandl python-checkins at python.org
Wed Apr 14 10:53:38 CEST 2010


Author: georg.brandl
Date: Wed Apr 14 10:53:38 2010
New Revision: 80067

Log:
#5341: typo.

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Wed Apr 14 10:53:38 2010
@@ -100,7 +100,7 @@
 - collections.Counter() now supports a subtract() method.
 
 - the functools module now has a total_ordering() class decorator
-  to simplify the specifyication of rich comparisons.
+  to simplify the specification 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.


More information about the Python-checkins mailing list