summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-09-29 05:00:31 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-09-29 05:00:31 (GMT)
commitf38356adbbd8ccae5efe7d5a2ae486449282fd23 (patch)
tree7217edfc432a08352ecceebebe0da07bbcaab94d
parent9af7fe76ff6cd3e049b4248bbb9197ae009f2729 (diff)
downloadcpython-f38356adbbd8ccae5efe7d5a2ae486449282fd23.zip
cpython-f38356adbbd8ccae5efe7d5a2ae486449282fd23.tar.gz
cpython-f38356adbbd8ccae5efe7d5a2ae486449282fd23.tar.bz2
Remove indent in news item. Error when building 3.x docs.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b7b2d50..b68d702 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -477,7 +477,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.