From: Georg Brandl Date: Sat, 2 Jan 2010 22:55:55 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.7a2~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92c58ae384845eaa01cb093e2d52d699900a6dda;p=python Fix typo. --- 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 -----