]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Sat, 2 Jan 2010 22:55:55 +0000 (22:55 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 2 Jan 2010 22:55:55 +0000 (22:55 +0000)
Misc/NEWS

index 280fb514fe1c2579ddd9a6a2a355dfc6c638364d..19b9d139a92354eb0c9beb5260408db3b844de3a 100644 (file)
--- 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
 -----