]> granicus.if.org Git - python/commitdiff
#5341: typo.
authorGeorg Brandl <georg@python.org>
Wed, 14 Apr 2010 08:53:38 +0000 (08:53 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 14 Apr 2010 08:53:38 +0000 (08:53 +0000)
Misc/NEWS

index 3ea6fff835b45d5dc55b2785edcd280f9f2023c0..f9b04f8e76329b036b6381016bc84291b936df94 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -100,7 +100,7 @@ Library
 - 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.