[Python-checkins] cpython (3.6): Issue #28390: Fix header levels in whatsnew/3.6.rst

berker.peksag python-checkins at python.org
Sat Oct 8 09:15:44 EDT 2016


https://hg.python.org/cpython/rev/3ee15bd35902
changeset:   104371:3ee15bd35902
branch:      3.6
parent:      104369:5e81d14a52f7
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sat Oct 08 16:15:15 2016 +0300
summary:
  Issue #28390: Fix header levels in whatsnew/3.6.rst

Patch by SilentGhost.

files:
  Doc/whatsnew/3.6.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -163,7 +163,7 @@
 .. _pep-515:
 
 PEP 515: Underscores in Numeric Literals
-========================================
+----------------------------------------
 
 Prior to PEP 515, there was no support for writing long numeric
 literals with some form of separator to improve readability. For
@@ -300,7 +300,7 @@
 .. _variable-annotations:
 
 PEP 526: Syntax for variable annotations
-========================================
+----------------------------------------
 
 :pep:`484` introduced standard for type annotations of function parameters,
 a.k.a. type hints. This PEP adds syntax to Python for annotating the

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


More information about the Python-checkins mailing list