]> granicus.if.org Git - python/commitdiff
Issue #4727: Fixed issue number in Misc/NEWS.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 20:37:08 +0000 (22:37 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 20:37:08 +0000 (22:37 +0200)
Misc/NEWS

index 3b79745fe61ab81ea9fbac2ed0cf6f506e38513b..c7e80d5d79a5b23afb71358aadd1ec654965a34d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,7 +41,7 @@ Library
 - Issue #22687: Fixed some corner cases in breaking words in tetxtwrap.
   Got rid of quadratic complexity in breaking long words.
 
-- Issue #20289: The copy module now uses pickle protocol 4 (PEP 3154) and
+- Issue #4727: The copy module now uses pickle protocol 4 (PEP 3154) and
   supports copying of instances of classes whose __new__ method takes
   keyword-only arguments.