diff -r cf3b202fac50 Doc/whatsnew/3.6.rst --- a/Doc/whatsnew/3.6.rst Thu Oct 06 10:51:29 2016 -0400 +++ b/Doc/whatsnew/3.6.rst Sat Oct 08 14:57:31 2016 +0200 @@ -164,7 +164,7 @@ .. _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 @@ .. _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