summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-04-18 15:25:12 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-04-18 15:25:12 (GMT)
commit2c1414661da660d3df71911026eb6c45e8677f60 (patch)
treeb7445f4779f8cbd80da1b0a8c8fc189a5b27b8e6 /Misc
parente42fb307edbdc8bb98fa5d43646cbbe33f307501 (diff)
downloadcpython-2c1414661da660d3df71911026eb6c45e8677f60.zip
cpython-2c1414661da660d3df71911026eb6c45e8677f60.tar.gz
cpython-2c1414661da660d3df71911026eb6c45e8677f60.tar.bz2
improve
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 43f08c9..bfae292 100644
--- 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