summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-09-29 05:01:00 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-09-29 05:01:00 (GMT)
commitc69b37ff4e3ac3d20d1bcbb7caa305b118615583 (patch)
treee31f2e1236ffbce73779bbb931a7e165e3c80537
parent86e971ccb377ab954a4d178704a577c059b4cbde (diff)
parentf38356adbbd8ccae5efe7d5a2ae486449282fd23 (diff)
downloadcpython-c69b37ff4e3ac3d20d1bcbb7caa305b118615583.zip
cpython-c69b37ff4e3ac3d20d1bcbb7caa305b118615583.tar.gz
cpython-c69b37ff4e3ac3d20d1bcbb7caa305b118615583.tar.bz2
Merge with 3.4
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7d9684a..d352296 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -144,7 +144,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.