From 4fabac545e33593245b92ec3b93af7e5de41b4fb Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 14 Apr 2010 08:53:38 +0000 Subject: [PATCH] #5341: typo. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 3ea6fff835..f9b04f8e76 100644 --- 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. -- 2.50.0