Skip to content

Commit 3e49264

Browse files
committed
Issue #28390: Fix header levels in whatsnew/3.6.rst
Patch by SilentGhost.
1 parent dd102f7 commit 3e49264

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.6.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ New Features
163163
.. _pep-515:
164164

165165
PEP 515: Underscores in Numeric Literals
166-
========================================
166+
----------------------------------------
167167

168168
Prior to PEP 515, there was no support for writing long numeric
169169
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`.
300300
.. _variable-annotations:
301301

302302
PEP 526: Syntax for variable annotations
303-
========================================
303+
----------------------------------------
304304

305305
:pep:`484` introduced standard for type annotations of function parameters,
306306
a.k.a. type hints. This PEP adds syntax to Python for annotating the

0 commit comments

Comments
 (0)