summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-10-08 16:15:38 +0300
committerBerker Peksag <berker.peksag@gmail.com>2016-10-08 16:15:38 +0300
commitbbc638cd554f0ede982e54b8a40edae6390433ae (patch)
treef44930b654837c917b5d450eddbb232479d25dbb
parent9b02731af7985fb5e021381be64f004ca16d6685 (diff)
parent3e49264dfb19b43a2bee930dd38e0beaef69a847 (diff)
downloadcpython-git-bbc638cd554f0ede982e54b8a40edae6390433ae.tar.gz
Issue #28390: Merge from 3.6
-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 6ef98500a1..ba50a8e03b 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -164,7 +164,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
@@ -301,7 +301,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