[Python-checkins] cpython (3.4): Remove indent in news item. Error when building 3.x docs.

terry.reedy python-checkins at python.org
Tue Sep 29 07:04:33 CEST 2015


https://hg.python.org/cpython/rev/992fa135ce8c
changeset:   98372:992fa135ce8c
branch:      3.4
parent:      98368:bc894f28d9b5
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Tue Sep 29 01:00:31 2015 -0400
summary:
  Remove indent in news item. Error when building 3.x docs.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -477,7 +477,7 @@
   * 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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list