summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-10-08 13:15:15 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-10-08 13:15:15 (GMT)
commit3e49264dfb19b43a2bee930dd38e0beaef69a847 (patch)
tree7b10a01e5616f7511566c1f8aba0b8157f4f9c8f /Doc
parentdd102f7af8bc319205e7efd726af48d50a5ac103 (diff)
downloadcpython-3e49264dfb19b43a2bee930dd38e0beaef69a847.zip
cpython-3e49264dfb19b43a2bee930dd38e0beaef69a847.tar.gz
cpython-3e49264dfb19b43a2bee930dd38e0beaef69a847.tar.bz2
Issue #28390: Fix header levels in whatsnew/3.6.rst
Patch by SilentGhost.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.6.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index 0d848a8..b7c8574 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -163,7 +163,7 @@ New Features
.. _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 @@ See :pep:`498` and the main documentation at :ref:`f-strings`.
.. _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