From: Berker Peksag Date: Sat, 8 Oct 2016 13:15:15 +0000 (+0300) Subject: Issue #28390: Fix header levels in whatsnew/3.6.rst X-Git-Tag: v3.6.0b2~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e49264dfb19b43a2bee930dd38e0beaef69a847;p=thirdparty%2FPython%2Fcpython.git Issue #28390: Fix header levels in whatsnew/3.6.rst Patch by SilentGhost. --- diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 0d848a8de37e..b7c857445c0d 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