]> granicus.if.org Git - python/commitdiff
improve
authorBenjamin Peterson <benjamin@python.org>
Wed, 18 Apr 2012 15:25:12 +0000 (11:25 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 18 Apr 2012 15:25:12 +0000 (11:25 -0400)
Misc/NEWS

index 43f08c93ecb13204743c96ecc3baadf0214fd324..bfae292e2ac80ea3095e4066ae7def3771cb5a6e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,7 +12,7 @@ Core and Builtins
 
 - Issue #14612: Fix jumping around with blocks by setting f_lineno.
 
-- Issue #14607: Fix defaults keyword-only arguments which started with ``__``.
+- Issue #14607: Fix keyword-only arguments which started with ``__``.
 
 - Issue #13889: Check and (if necessary) set FPU control word before calling
   any of the dtoa.c string <-> float conversion functions, on MSVC builds of