From: Benjamin Peterson Date: Thu, 8 Sep 2016 18:03:55 +0000 (-0700) Subject: fix pep role X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1a95888de0e007cf89a533e0845b5fadad6a49f;p=python fix pep role --- diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index ce1c44e804..57ac72813e 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -374,7 +374,7 @@ Some smaller changes made to the core Python language are: * :func:`dict` now uses a "compact" representation `pioneered by PyPy `_. - :pep:`PEP 468` (Preserving the order of ``**kwargs`` in a function.) is + :pep:`468` (Preserving the order of ``**kwargs`` in a function.) is implemented by this. (Contributed by INADA Naoki in :issue:`27350`.) * Long sequences of repeated traceback lines are now abbreviated as