summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-02-08 09:24:55 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-02-08 09:24:55 (GMT)
commitd1938cdc16c9aacadc9bfaf15aaf423744519df0 (patch)
tree5e5ebe67435418aa64a5b4f6a587dc008903eb74 /Misc/NEWS
parent1d824ec9b343be008e03443114e3e9b918aea0df (diff)
parent70ea7fa6e57b9a4529c19e15cfff66d8fcb58806 (diff)
downloadcpython-d1938cdc16c9aacadc9bfaf15aaf423744519df0.zip
cpython-d1938cdc16c9aacadc9bfaf15aaf423744519df0.tar.gz
cpython-d1938cdc16c9aacadc9bfaf15aaf423744519df0.tar.bz2
Fix accidental non-breakable spaces (U+00A0).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0aa2e18..a805b48 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -243,7 +243,7 @@ Library
- Issue #17073: Fix some integer overflows in sqlite3 module.
-- Issue #17114: IDLE now uses non-strict config parser.
+- Issue #17114: IDLE now uses non-strict config parser.
- Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
is automatically closed.