From 92c58ae384845eaa01cb093e2d52d699900a6dda Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 2 Jan 2010 22:55:55 +0000 Subject: [PATCH] Fix typo. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 280fb514fe..19b9d139a9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -97,7 +97,7 @@ Library distutils.dist.DistributionMetadata. - Issue #3745: Undo the 2.7a1 change to have hashlib to reject unicode and - non buffer-api supporting objects as input. That behavior if for 3.x only. + non buffer-api supporting objects as input. That behavior is for 3.x only. C-API ----- -- 2.50.1