summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-09-29 05:04:08 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-09-29 05:04:08 (GMT)
commitb1edd5823c2ddeee854fc58fcef90f28b1b8d108 (patch)
tree1d7528f0d4419997e41e41a726b91c4187333da1
parente0937ef7540c691f8ca7e413f78c52f0d244dce6 (diff)
parentc69b37ff4e3ac3d20d1bcbb7caa305b118615583 (diff)
downloadcpython-b1edd5823c2ddeee854fc58fcef90f28b1b8d108.zip
cpython-b1edd5823c2ddeee854fc58fcef90f28b1b8d108.tar.gz
cpython-b1edd5823c2ddeee854fc58fcef90f28b1b8d108.tar.bz2
merge 3.5
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b0f1a63..72e521d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,7 +113,7 @@ IDLE
* Give code snippet a very Sphinx-like light blueish-gray background.
* Re-use initial width and height set by users for shell and editor.
* When the Table of Contents (TOC) menu is used, put the section header
- at the top of the screen.
+ at the top of the screen.
- Issue #25225: Condense and rewrite Idle doc section on text colors.