]> granicus.if.org Git - python/commitdiff
Fix typo in Misc/NEWS.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 30 Nov 2013 22:02:47 +0000 (14:02 -0800)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 30 Nov 2013 22:02:47 +0000 (14:02 -0800)
Misc/NEWS

index 0581dd2d924879f34ad6a31be0038c27c713ca82..55cdd7e1ad49d141c87a1e4de88e63d7e722faa9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,8 +17,8 @@ Library
 
 - Issue #16231: Fixed pickle.Pickler to only fallback to its default pickling
   behaviour when Pickler.persistent_id returns None, but not for any other
-  false values.  This allows false values other values other than None to be
-  used as persistent IDs.  This behaviour is consistent with cPickle.
+  false values.  This allows false values other than None to be used as
+  persistent IDs.  This behaviour is consistent with cPickle.
 
 - Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
   virtual interface.  Original patch by Kent Frazier.