mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Issue #28390: Fix header levels in whatsnew/3.6.rst
Patch by SilentGhost.
This commit is contained in:
parent
dd102f7af8
commit
3e49264dfb
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue